This commit is contained in:
as2252258@163.com
2021-03-28 16:34:12 +08:00
parent 4204e41ed4
commit 9295b6782d
+3 -3
View File
@@ -52,9 +52,9 @@ class OnWorkerStart extends Callback
*/ */
private function loadDirectory() private function loadDirectory()
{ {
if (env('debug','true') === 'false') { // if (env('debug','true') === 'false') {
return; // return;
} // }
$attribute = Snowflake::app()->getAttributes(); $attribute = Snowflake::app()->getAttributes();
$attribute->read(directory('app'), 'App'); $attribute->read(directory('app'), 'App');
} }