walkor hace 11 años
padre
commit
5887a22ae5
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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();
     }
     
 }