From 429ac00ff53dc5cc7d645258c2e40504129ec793 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 30 Jan 2012 08:56:34 -0600 Subject: [PATCH] fixed misleading comment. --- laravel/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/config.php b/laravel/config.php index e00c8389..5cd55eb8 100644 --- a/laravel/config.php +++ b/laravel/config.php @@ -14,7 +14,7 @@ class Config { public static $items = array(); /** - * A cache of the loaded configuration items. + * A cache of the parsed configuration items. * * @var array */