diff --git a/src/FilamentShield.php b/src/FilamentShield.php index 86a4c8e..6add9d9 100755 --- a/src/FilamentShield.php +++ b/src/FilamentShield.php @@ -4,6 +4,7 @@ use BezhanSalleh\FilamentShield\Support\Utils; use Closure; +use Filament\Contracts\Plugin; use Filament\Facades\Filament; use Filament\Support\Concerns\EvaluatesClosures; use Illuminate\Support\Collection; diff --git a/src/FilamentShieldServiceProvider.php b/src/FilamentShieldServiceProvider.php index c6518e3..d5f108c 100644 --- a/src/FilamentShieldServiceProvider.php +++ b/src/FilamentShieldServiceProvider.php @@ -16,12 +16,6 @@ public function configurePackage(Package $package): void ->hasCommands($this->getCommands()); } - public function packageBooted(): void - { - parent::packageBooted(); - - } - public function packageRegistered(): void { parent::packageRegistered();