allow entire configuration files to be set.

This commit is contained in:
Taylor Otwell 2011-08-14 14:54:17 -05:00
parent 57922c5a4d
commit f72171f691
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ public static function set($key, $value)
} }
/** /**
* Parse a configuration key into its module, file, and key segments. * Parse a configuration key into its module, file, and key parts.
* *
* @param string $key * @param string $key
* @return array * @return array