mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
7 lines
157 B
PHP
7 lines
157 B
PHP
<?php
|
|
|
|
return [
|
|
App\Providers\AppServiceProvider::class,
|
|
App\Providers\FolioServiceProvider::class,
|
|
App\Providers\VoltServiceProvider::class,
|
|
];
|