test-inertia-app/bootstrap/providers.php
2025-11-07 13:36:00 -03:00

6 lines
113 B
PHP

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