removing bundles.php file.

This commit is contained in:
Taylor Otwell
2012-02-07 15:39:58 -06:00
parent 428257758d
commit fd1b63ed14
2 changed files with 1 additions and 39 deletions

View File

@@ -40,9 +40,7 @@ class Bundle {
*/
public static function detect($path)
{
$bundles = static::search($path);
return array_merge($bundles, require path('base').'bundles.php');
return static::search($path);
}
/**