Files
SGS/www/bootstrap/providers.php
Fabián Gonzalo Artur de la Villarmois bae79d68ab * Fix CI/CD php version
* Add Pint
* Format code
2026-03-29 17:49:51 +13:00

8 lines
89 B
PHP

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