walkor 12 жил өмнө
parent
commit
dfae3c4c61
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      Core/Lib/Config.php

+ 1 - 1
Core/Lib/Config.php

@@ -42,7 +42,7 @@ class Config
 
     public static function get($uri)
     {
-        $node = self::instance()->config;
+        $node = self::config;
         $paths = explode('.', $uri);
         while (!empty($paths)) {
             $path = array_shift($paths);