Skip to content

Commit 24bec9f

Browse files
Configure Filament Shield
1 parent 9e210c4 commit 24bec9f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/Providers/Filament/AdminPanelProvider.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ public function panel(Panel $panel): Panel
5151
])
5252
->authMiddleware([
5353
Authenticate::class,
54-
]);
54+
])
55+
->plugins([
56+
\BezhanSalleh\FilamentShield\FilamentShieldPlugin::make()
57+
]);;
5558
}
5659
}

0 commit comments

Comments
 (0)