Change Config::load to private.
This commit is contained in:
parent
7ad1126cf1
commit
7a4016b623
|
@ -100,7 +100,7 @@ private static function parse($key)
|
||||||
* @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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue