Skip to content

Commit

Permalink
Update src/EventSubscriber/BundleSetupSubscriber.php
Browse files Browse the repository at this point in the history
Co-authored-by: Bernhard Rusch <brusch@users.noreply.github.com>
  • Loading branch information
robertSt7 and brusch authored Dec 12, 2024
1 parent 19320c4 commit f144758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EventSubscriber/BundleSetupSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ public function bundleSetup(BundleSetupEvent $event): void
{
// add required PimcoreAdminBundle
$event->addRequiredBundle('PimcoreAdminBundle', PimcoreAdminBundle::class, true);
$event->addInstallableBundle('PimcoreQuillBundle', PimcoreQuillBundle::class, true);
$event->addRequiredBundle('PimcoreQuillBundle', PimcoreQuillBundle::class, true);
}
}

0 comments on commit f144758

Please sign in to comment.