buckets/bootstrap/providers.php

7 lines
113 B
PHP
Raw Normal View History

2025-12-29 17:17:35 +01:00
<?php
return [
App\Providers\AppServiceProvider::class,
App\Providers\FortifyServiceProvider::class,
];