Files
MyX/bootstrap/providers.php
2024-11-12 18:19:10 +01:00

8 lines
171 B
PHP

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