mirror of
https://github.com/crivion/laranode.git
synced 2026-09-03 14:28:58 +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,
|
|
];
|