diff --git a/laravel/bundle.php b/laravel/bundle.php index 825b31fe..8641c98c 100644 --- a/laravel/bundle.php +++ b/laravel/bundle.php @@ -131,7 +131,7 @@ class Bundle { */ public static function exists($bundle) { - return in_array(strtolower($bundle), static::names()); + return $bundle == DEFAULT_BUNDLE or in_array(strtolower($bundle), static::names()); } /**