diff --git a/HttpServer/Events/OnWorkerStart.php b/HttpServer/Events/OnWorkerStart.php index 55ad3912..059f4082 100644 --- a/HttpServer/Events/OnWorkerStart.php +++ b/HttpServer/Events/OnWorkerStart.php @@ -52,9 +52,9 @@ class OnWorkerStart extends Callback */ private function loadDirectory() { - if (env('debug','true') === 'false') { - return; - } +// if (env('debug','true') === 'false') { +// return; +// } $attribute = Snowflake::app()->getAttributes(); $attribute->read(directory('app'), 'App'); }