siakad-itm/bootstrap/providers.php
Yoga Pangestu e870a155fa
Some checks failed
tests / ci (pull_request) Has been cancelled
initial commit
2026-07-29 17:46:01 +07:00

10 lines
166 B
PHP

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