cleaning up the bootstrap file.
This commit is contained in:
parent
8341797b45
commit
9de8e0050c
|
@ -130,9 +130,9 @@
|
||||||
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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue