walkor 11 năm trước cách đây
mục cha
commit
5887a22ae5
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      workerman/Core/Lib/Config.php

+ 1 - 0
workerman/Core/Lib/Config.php

@@ -110,6 +110,7 @@ class Config
     public static function reload()
     {
         self::$instances = null;
+        self::instance();
     }
     
 }