File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 22
33namespace DutchCodingCompany \FilamentDeveloperLogins \Tests ;
44
5+ use BladeUI \Heroicons \BladeHeroiconsServiceProvider ;
6+ use BladeUI \Icons \BladeIconsServiceProvider ;
57use DutchCodingCompany \FilamentDeveloperLogins \FilamentDeveloperLoginsPlugin ;
68use DutchCodingCompany \FilamentDeveloperLogins \FilamentDeveloperLoginsServiceProvider ;
79use DutchCodingCompany \FilamentDeveloperLogins \Http \Controllers \DeveloperLoginsController ;
1315use Filament \Notifications \NotificationsServiceProvider ;
1416use Filament \Pages \Dashboard ;
1517use Filament \Panel ;
18+ use Filament \Schemas \SchemasServiceProvider ;
1619use Filament \Support \SupportServiceProvider ;
1720use Filament \Widgets \WidgetsServiceProvider ;
1821use Illuminate \Database \Eloquent \Factories \Factory ;
@@ -106,6 +109,9 @@ protected function getPackageProviders($app): array
106109 NotificationsServiceProvider::class,
107110 FilamentDeveloperLoginsServiceProvider::class,
108111 LivewireServiceProvider::class,
112+ BladeIconsServiceProvider::class,
113+ BladeHeroiconsServiceProvider::class,
114+ SchemasServiceProvider::class,
109115 ];
110116 }
111117}
You can’t perform that action at this time.
0 commit comments