Skip to content

Commit

Permalink
v3 update
Browse files Browse the repository at this point in the history
  • Loading branch information
bezhanSalleh committed Aug 1, 2023
2 parents 1143636 + 65c5f06 commit d3d8084
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions src/FilamentShield.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
6 changes: 0 additions & 6 deletions src/FilamentShieldServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit d3d8084

Please sign in to comment.