walkor пре 11 година
родитељ
комит
5887a22ae5
1 измењених фајлова са 1 додато и 0 уклоњено
  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();
     }
     
 }