Commit 9de8e005 by Taylor Otwell

cleaning up the bootstrap file.

parent 8341797b
...@@ -130,9 +130,9 @@ foreach (Config::get('application.bundles') as $bundle) ...@@ -130,9 +130,9 @@ foreach (Config::get('application.bundles') as $bundle)
Bundle::start(DEFAULT_BUNDLE); Bundle::start(DEFAULT_BUNDLE);
/** /**
* If the first segment of the request URI corresponds with a bundle, * If the first segment of the URI corresponds with a bundle we'll
* we will start that bundle. By convention, bundles handle all URIs * start that bundle. By convention, bundles handle all URIs which
* which begin with their bundle name. * begin with their bundle name.
*/ */
$bundle = URI::segment(1); $bundle = URI::segment(1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment