Browse Source

added bootstrap comment.

Taylor Otwell 13 years ago
parent
commit
92bbb18f46
1 changed files with 1 additions and 1 deletions
  1. 1 1
      laravel/bootstrap.php

+ 1 - 1
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;