Skip to content

Commit

Permalink
Task: add-quill to bundleSetup
Browse files Browse the repository at this point in the history
  • Loading branch information
robertSt7 committed Dec 10, 2024
1 parent 58456bb commit 19320c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/EventSubscriber/BundleSetupSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
use Pimcore\Bundle\AdminBundle\PimcoreAdminBundle;
use Pimcore\Bundle\InstallBundle\Event\BundleSetupEvent;
use Pimcore\Bundle\InstallBundle\Event\InstallEvents;
use Pimcore\Bundle\QuillBundle\PimcoreQuillBundle;
use Symfony\Component\EventDispatcher\EventSubscriberInterface;

class BundleSetupSubscriber implements EventSubscriberInterface
Expand All @@ -37,5 +38,6 @@ public function bundleSetup(BundleSetupEvent $event): void
{
// add required PimcoreAdminBundle
$event->addRequiredBundle('PimcoreAdminBundle', PimcoreAdminBundle::class, true);
$event->addInstallableBundle('PimcoreQuillBundle', PimcoreQuillBundle::class, true);
}
}

0 comments on commit 19320c4

Please sign in to comment.