Browse Source

Trim comment in config class.

Taylor Otwell 13 years ago
parent
commit
9c6d4871b2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      laravel/config.php

+ 1 - 1
laravel/config.php

@@ -25,7 +25,7 @@ class Config {
 	 *		// Determine if the "session" configuration file exists
 	 *		$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');
 	 * </code>
 	 *