Browse Source

removed comment frmo bundle.

Taylor Otwell 13 years ago
parent
commit
8fc48f7c7e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      laravel/bundle.php

+ 1 - 1
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())