Commit 9c6d4871 authored by Taylor Otwell's avatar Taylor Otwell

Trim comment in config class.

parent 7ca6909f
...@@ -25,7 +25,7 @@ class Config { ...@@ -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>
* *
......
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