From 92bbb18f46ea1052841154d0698090ce995aa4c5 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sat, 3 Sep 2011 23:48:44 -0500 Subject: [PATCH] added bootstrap comment. --- laravel/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/bootstrap.php b/laravel/bootstrap.php index d960dd40..241f4899 100644 --- a/laravel/bootstrap.php +++ b/laravel/bootstrap.php @@ -41,7 +41,7 @@ require SYS_PATH.'application'.EXT; $application = new Application; // -------------------------------------------------------------- -// Load the configuration manager. +// Load the configuration manager and its dependencies. // -------------------------------------------------------------- require SYS_PATH.'facade'.EXT; require SYS_PATH.'loader'.EXT;