mirror of
https://github.com/crivion/laranode.git
synced 2026-07-03 00:34:27 +08:00
8 lines
168 B
PHP
8 lines
168 B
PHP
<?php
|
|
|
|
return [
|
|
App\Providers\AppServiceProvider::class,
|
|
App\Providers\AuthServiceProvider::class,
|
|
Lab404\Impersonate\ImpersonateServiceProvider::class,
|
|
];
|