Change Config::load to private.
This commit is contained in:
@@ -100,7 +100,7 @@ class Config {
|
|||||||
* @param string $module
|
* @param string $module
|
||||||
* @return bool
|
* @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;
|
if (isset(static::$items[$module]) and array_key_exists($file, static::$items[$module])) return true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user