trypost/bootstrap/providers.php
2026-01-14 22:13:44 -03:00

7 lines
162 B
PHP

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