Change Config::load to private.

This commit is contained in:
Taylor Otwell 2011-08-08 15:46:37 -05:00
parent 7ad1126cf1
commit 7a4016b623
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ private static function parse($key)
* @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;