working on the core bootstrap comments.

This commit is contained in:
Taylor Otwell
2011-09-25 22:25:33 -05:00
parent d57af216e6
commit 79c586523d
2 changed files with 37 additions and 51 deletions

View File

@@ -16,18 +16,7 @@ class Config {
*
* @var array
*/
protected static $paths = array();
/**
* Set the paths in which the configuration files are located.
*
* @param array $paths
* @return void
*/
public static function paths($paths)
{
static::$paths = $paths;
}
public static $paths = array();
/**
* Determine if a configuration item or file exists.