mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-06-23 04:10:23 +00: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,
|
|
];
|