Skip to content

Commit

Permalink
Remove support for PimcoreLegacyBundle in the Kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
jdreesen authored and brusch committed Nov 4, 2021
1 parent 21e6467 commit 6bf12fe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
}

0 comments on commit 6bf12fe

Please sign in to comment.