Centralise dependant js/css files

This commit is contained in:
Deon George
2021-11-13 17:00:08 +11:00
parent 3c8895a238
commit 28cdedb327
17 changed files with 140 additions and 86 deletions

View File

@@ -180,6 +180,7 @@ return [
// App\Providers\BroadcastServiceProvider::class,
App\Providers\EventServiceProvider::class,
App\Providers\RouteServiceProvider::class,
App\Providers\CustomBladeServiceProvider::class,
/*
* Other Service Providers...
@@ -241,4 +242,4 @@ return [
],
];
];