Trim comment in config class.

This commit is contained in:
Taylor Otwell 2011-11-23 08:16:43 -06:00
parent 7ca6909fa9
commit 9c6d4871b2
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class Config {
* // Determine if the "session" configuration file exists * // Determine if the "session" configuration file exists
* $exists = Config::has('session'); * $exists = Config::has('session');
* *
* // Determine if the "timezone" option exists in the "application" configuration array * // Determine if the "timezone" option exists in the "application" configuration
* $exists = Config::has('application.timezone'); * $exists = Config::has('application.timezone');
* </code> * </code>
* *