Commit 7a4016b6 authored by Taylor Otwell's avatar Taylor Otwell

Change Config::load to private.

parent 7ad1126c
...@@ -100,7 +100,7 @@ class Config { ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment