walkor 12 năm trước cách đây
mục cha
commit
dfae3c4c61
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);