Skip to content

Commit

Permalink
Merge pull request #7 from SolumDeSignum/dev
Browse files Browse the repository at this point in the history
1.) reverted: back wrong funciality we are not using DeferrableProvider
  • Loading branch information
Faks authored Oct 18, 2024
2 parents 15a6323 + 1c60be4 commit 2e7aff3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/InvoicesServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@

namespace SolumDeSignum\Invoices;

use Illuminate\Contracts\Support\DeferrableProvider;
use Illuminate\Support\ServiceProvider;

class InvoicesServiceProvider extends ServiceProvider implements DeferrableProvider
class InvoicesServiceProvider extends ServiceProvider
{
/**
* Perform post-registration booting of services.
Expand Down

0 comments on commit 2e7aff3

Please sign in to comment.