diff --git a/system/config.php b/system/config.php index e1aa24e4..6118662f 100644 --- a/system/config.php +++ b/system/config.php @@ -100,7 +100,7 @@ class Config { * @param string $module * @return bool */ - public static function load($module, $file) + private static function load($module, $file) { if (isset(static::$items[$module]) and array_key_exists($file, static::$items[$module])) return true;