mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-01-09 06:51:23 +08:00
8 lines
162 B
PHP
8 lines
162 B
PHP
<?php
|
|
|
|
return [
|
|
App\Providers\AppServiceProvider::class,
|
|
App\Providers\FormMacroServiceProvider::class,
|
|
App\Providers\RouteServiceProvider::class,
|
|
];
|