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 2
2
3
3
namespace DutchCodingCompany \FilamentDeveloperLogins \Tests ;
4
4
5
+ use BladeUI \Heroicons \BladeHeroiconsServiceProvider ;
6
+ use BladeUI \Icons \BladeIconsServiceProvider ;
5
7
use DutchCodingCompany \FilamentDeveloperLogins \FilamentDeveloperLoginsPlugin ;
6
8
use DutchCodingCompany \FilamentDeveloperLogins \FilamentDeveloperLoginsServiceProvider ;
7
9
use DutchCodingCompany \FilamentDeveloperLogins \Http \Controllers \DeveloperLoginsController ;
13
15
use Filament \Notifications \NotificationsServiceProvider ;
14
16
use Filament \Pages \Dashboard ;
15
17
use Filament \Panel ;
18
+ use Filament \Schemas \SchemasServiceProvider ;
16
19
use Filament \Support \SupportServiceProvider ;
17
20
use Filament \Widgets \WidgetsServiceProvider ;
18
21
use Illuminate \Database \Eloquent \Factories \Factory ;
@@ -106,6 +109,9 @@ protected function getPackageProviders($app): array
106
109
NotificationsServiceProvider::class,
107
110
FilamentDeveloperLoginsServiceProvider::class,
108
111
LivewireServiceProvider::class,
112
+ BladeIconsServiceProvider::class,
113
+ BladeHeroiconsServiceProvider::class,
114
+ SchemasServiceProvider::class,
109
115
];
110
116
}
111
117
}
You can’t perform that action at this time.
0 commit comments