From 8fc48f7c7ea6b412aa929a84e38c4c8cfac645ba Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 7 Feb 2012 08:21:09 -0600 Subject: [PATCH] removed comment frmo bundle. --- laravel/bundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/bundle.php b/laravel/bundle.php index 1be354b8..e8d2b094 100644 --- a/laravel/bundle.php +++ b/laravel/bundle.php @@ -34,7 +34,7 @@ class Bundle { * Register a bundle for the application. * * @param string $bundle - * @param mixed $config Array of 'location', 'handles' and 'auto'; or string of location. + * @param mixed $config * @return void */ public static function register($bundle, $config = array())