9 lines
217 B
PHP
9 lines
217 B
PHP
<?php
|
|
|
|
return [
|
|
App\Providers\AppServiceProvider::class,
|
|
App\Providers\FortifyBootstrapServiceProvider::class,
|
|
App\Providers\FortifyServiceProvider::class,
|
|
App\Providers\NovaServiceProvider::class,
|
|
];
|