Files
larapaper/bootstrap/providers.php
T
2025-02-25 12:15:35 +01:00

8 lines
157 B
PHP

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