2024-08-01 13:53:10 -05:00
|
|
|
<?php
|
|
|
|
|
|
2025-01-28 17:33:54 -06:00
|
|
|
declare(strict_types=1);
|
|
|
|
|
|
2024-08-01 13:53:10 -05:00
|
|
|
return [
|
|
|
|
|
App\Providers\AppServiceProvider::class,
|
|
|
|
|
App\Providers\FortifyServiceProvider::class,
|
|
|
|
|
App\Providers\VoltServiceProvider::class,
|
|
|
|
|
];
|