debug
This commit is contained in:
parent
f6a394413e
commit
9cd97f1cf2
@ -27,6 +27,7 @@ Route::group(config('admin.admin_prefix'), function () {
|
||||
Route::group(config('admin.api_admin_prefix') . '/', function () {
|
||||
|
||||
$path = $this->app->getRootPath() . 'route' . DIRECTORY_SEPARATOR.'admin';
|
||||
halt($path);
|
||||
$files = scandir($path);
|
||||
foreach ($files as $file) {
|
||||
if($file != '.' && $file != '..'){
|
||||
|
Loading…
x
Reference in New Issue
Block a user