Skip to content

Commit

Permalink
Configure new App Panel
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisdelicata committed Jul 1, 2024
1 parent 46e6b1f commit 7265e60
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@
/*
* Package Service Providers...
*/
JoelButcher\Socialstream\Filament\SocialstreamPanelProvider::class,
JoelButcher\Socialstream\Filament\SocialstreamPanelProvider::class,

/*
* Application Service Providers...
Expand All @@ -168,8 +170,8 @@
// App\Providers\BroadcastServiceProvider::class,
App\Providers\EventServiceProvider::class,
App\Providers\Filament\AdminPanelProvider::class,
App\Providers\Filament\AppPanelProvider::class,
App\Providers\RouteServiceProvider::class,
App\Filament\Resources\PageResource::class,
])->toArray(),

/*
Expand Down

0 comments on commit 7265e60

Please sign in to comment.