Skip to content

Commit

Permalink
Configure Filament Shield
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisdelicata committed Jun 23, 2024
1 parent 5783742 commit 105c654
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/Providers/Filament/AdminPanelProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ public function panel(Panel $panel): Panel
])
->authMiddleware([
Authenticate::class,
]);
])
->plugins([
\BezhanSalleh\FilamentShield\FilamentShieldPlugin::make()
]);
}
}

0 comments on commit 105c654

Please sign in to comment.