From 9de8e0050c6f4ea742ea4a8606b965e431c1d673 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 18 Jan 2012 13:18:35 -0600 Subject: [PATCH] cleaning up the bootstrap file. --- laravel/laravel.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/laravel/laravel.php b/laravel/laravel.php index d8b97e35..d6d64424 100644 --- a/laravel/laravel.php +++ b/laravel/laravel.php @@ -130,9 +130,9 @@ 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);