Skip to content

Commit

Permalink
update AdminPanel QuickCreate
Browse files Browse the repository at this point in the history
  • Loading branch information
Arseno25 committed Jan 21, 2024
1 parent 454bb19 commit de7e14f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/Providers/Filament/AdminPanelProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ public function panel(Panel $panel): Panel
QuickCreatePlugin::make()
->excludes([
OrderResource::class,
]),

])
->sortBy('navigation'),
// MaintenanceSwitchPlugin::make(),
])
->databaseNotifications()
Expand Down

0 comments on commit de7e14f

Please sign in to comment.