Skip to content

Commit

Permalink
make ServiceProvider not deferrable
Browse files Browse the repository at this point in the history
  • Loading branch information
reliq committed Oct 14, 2023
1 parent b2a9561 commit a4a81fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

use Illuminate\Contracts\Config\Repository as ConfigRepository;
use Illuminate\Contracts\Foundation\Application;
use Illuminate\Contracts\Support\DeferrableProvider;
use Illuminate\Support\ServiceProvider as BaseServiceProvider;
use KKomelin\TranslatableStringExporter\Core\Exporter;
use LogicException;
Expand All @@ -25,7 +24,7 @@
use ReliqArts\Service\ConfigProvider as ReliqArtsConfigProvider;
use Stichoza\GoogleTranslate\GoogleTranslate;

final class ServiceProvider extends BaseServiceProvider implements DeferrableProvider
final class ServiceProvider extends BaseServiceProvider
{
/**
* Register package services.
Expand Down

0 comments on commit a4a81fb

Please sign in to comment.