File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 3232 "nunomaduro/collision" : " ^7.9" ,
3333 "nunomaduro/larastan" : " ^2.0.1" ,
3434 "orchestra/testbench" : " ^8.0" ,
35- "pestphp/pest" : " ^2.0 " ,
35+ "pestphp/pest" : " ^2.1 " ,
3636 "pestphp/pest-plugin-arch" : " ^2.0" ,
3737 "pestphp/pest-plugin-laravel" : " ^2.0" ,
3838 "phpstan/extension-installer" : " ^1.1" ,
Original file line number Diff line number Diff line change 99use Filament \Forms \FormsServiceProvider ;
1010use Filament \Infolists \InfolistsServiceProvider ;
1111use Filament \Notifications \NotificationsServiceProvider ;
12- use Filament \SpatieLaravelSettingsPluginServiceProvider ;
13- use Filament \SpatieLaravelTranslatablePluginServiceProvider ;
1412use Filament \Support \SupportServiceProvider ;
1513use Filament \Tables \TablesServiceProvider ;
1614use Filament \Widgets \WidgetsServiceProvider ;
@@ -43,8 +41,6 @@ protected function getPackageProviders($app)
4341 InfolistsServiceProvider::class,
4442 LivewireServiceProvider::class,
4543 NotificationsServiceProvider::class,
46- SpatieLaravelSettingsPluginServiceProvider::class,
47- SpatieLaravelTranslatablePluginServiceProvider::class,
4844 SupportServiceProvider::class,
4945 TablesServiceProvider::class,
5046 WidgetsServiceProvider::class,
You can’t perform that action at this time.
0 commit comments