Skip to content

Commit

Permalink
Add quill to bundleSetup (#217)
Browse files Browse the repository at this point in the history
* Task: add-quill to bundleSetup

* Update src/EventSubscriber/BundleSetupSubscriber.php

Co-authored-by: Bernhard Rusch <[email protected]>

---------

Co-authored-by: Bernhard Rusch <[email protected]>
  • Loading branch information
robertSt7 and brusch authored Dec 12, 2024
1 parent 58456bb commit 5ae9506
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->addRequiredBundle('PimcoreQuillBundle', PimcoreQuillBundle::class, true);
}
}

0 comments on commit 5ae9506

Please sign in to comment.