12-05-2026 Frontend dev
This commit is contained in:
parent
405df0a122
commit
5b8bdf4182
779 changed files with 480564 additions and 6241 deletions
|
|
@ -1,9 +1,17 @@
|
|||
<?php
|
||||
|
||||
use App\Providers\AppServiceProvider;
|
||||
use App\Providers\FortifyServiceProvider;
|
||||
use App\Providers\ThemeServiceProvider;
|
||||
use App\Providers\VoltServiceProvider;
|
||||
use Barryvdh\Debugbar\ServiceProvider;
|
||||
use FluxPro\FluxProServiceProvider;
|
||||
|
||||
return [
|
||||
App\Providers\AppServiceProvider::class,
|
||||
App\Providers\FortifyServiceProvider::class,
|
||||
App\Providers\ThemeServiceProvider::class,
|
||||
App\Providers\VoltServiceProvider::class,
|
||||
Barryvdh\Debugbar\ServiceProvider::class,
|
||||
AppServiceProvider::class,
|
||||
ThemeServiceProvider::class,
|
||||
FortifyServiceProvider::class,
|
||||
VoltServiceProvider::class,
|
||||
FluxProServiceProvider::class,
|
||||
ServiceProvider::class,
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue