Files
MyX/bootstrap/providers.php
2024-11-16 11:49:20 +01:00

9 lines
217 B
PHP

<?php
return [
App\Providers\AppServiceProvider::class,
App\Providers\FortifyBootstrapServiceProvider::class,
App\Providers\FortifyServiceProvider::class,
App\Providers\NovaServiceProvider::class,
];