Files
home-lab/BoilerPlate/bootstrap/providers.php
T
Shaun Collins 371fff18c0 Init
2026-02-23 13:17:51 +00:00

8 lines
164 B
PHP

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