mirror of
https://github.com/filamentphp/filament.git
synced 2026-09-01 15:09:33 +08:00
Update app.php
This commit is contained in:
+2
-1
@@ -26,7 +26,6 @@ $app = (new Application($basePathLocator::applicationBasePath()))
|
||||
->createApplication();
|
||||
|
||||
$app->register(LivewireServiceProvider::class);
|
||||
$app->register(AdminPanelProvider::class);
|
||||
$app->register(FilamentServiceProvider::class);
|
||||
$app->register(ActionsServiceProvider::class);
|
||||
$app->register(FormsServiceProvider::class);
|
||||
@@ -37,4 +36,6 @@ $app->register(SupportServiceProvider::class);
|
||||
$app->register(TablesServiceProvider::class);
|
||||
$app->register(WidgetsServiceProvider::class);
|
||||
|
||||
$app->register(AdminPanelProvider::class);
|
||||
|
||||
return $app;
|
||||
|
||||
Reference in New Issue
Block a user