Laravel_REST_API/bootstrap/providers.php
2025-01-27 11:42:44 +01:00

6 lines
64 B
PHP

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