This commit is contained in:
as2252258@163.com
2021-08-29 00:33:59 +08:00
parent 8a5d079a8a
commit 300ebfec7d
2 changed files with 8 additions and 3 deletions
+4 -1
View File
@@ -229,7 +229,10 @@ class Application extends BaseApplication
{
if (env('enableFileChange', 'off') == 'off' || !($class instanceof Command)) {
scan_directory(directory('app'), 'App');
}
$loader = Kiri::app()->getRouter();
$loader->_loader();
}
}