diff --git a/src/Kernel.php b/src/Kernel.php index afda8c8cb..5794bb06c 100644 --- a/src/Kernel.php +++ b/src/Kernel.php @@ -31,9 +31,5 @@ public function registerBundlesToCollection(BundleCollection $collection) if (class_exists('\\AppBundle\\AppBundle')) { $collection->addBundle(new \AppBundle\AppBundle); } - - if (class_exists('\Pimcore\Bundle\LegacyBundle\PimcoreLegacyBundle')) { - $collection->addBundle(new \Pimcore\Bundle\LegacyBundle\PimcoreLegacyBundle); - } } }