From 9c6d4871b2718e7ad5e749ac50feaaa3a16dadd4 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 23 Nov 2011 08:16:43 -0600 Subject: [PATCH] Trim comment in config class. --- laravel/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/config.php b/laravel/config.php index 09498253..ad26ab62 100644 --- a/laravel/config.php +++ b/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'); * *