Browse Source

cleaning up the bootstrap file.

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

+ 3 - 3
laravel/laravel.php

@@ -130,9 +130,9 @@ foreach (Config::get('application.bundles') as $bundle)
 Bundle::start(DEFAULT_BUNDLE);
 
 /**
- * If the first segment of the request URI corresponds with a bundle,
- * we will start that bundle. By convention, bundles handle all URIs
- * which begin with their bundle name.
+ * If the first segment of the URI corresponds with a bundle we'll
+ * start that bundle. By convention, bundles handle all URIs which
+ * begin with their bundle name.
  */
 $bundle = URI::segment(1);