Skip to content

Commit

Permalink
1.) reverted: back wrong funciality we are not using DeferrableProvider
Browse files Browse the repository at this point in the history
Signed-off-by: Oskars Germovs <[email protected]>
  • Loading branch information
Faks committed Oct 18, 2024
1 parent 837407e commit 1c60be4
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 1c60be4

Please sign in to comment.