vendor/boldr/mollie-payment-method/src/BoldrMolliePaymentMethodBundle.php line 8

Open in your IDE?
  1. <?php
  2. namespace Boldr\Shop\MolliePaymentMethodBundle;
  3. use Symfony\Component\HttpKernel\Bundle\Bundle;
  4. use Boldr\Cms\CmsBundle\{ BoldrCmsBundleInterfaceComposerBundleTrait };
  5. class BoldrMolliePaymentMethodBundle extends Bundle
  6. {
  7.     use ComposerBundleTrait;
  8.     public function getParentBundle(): ?string
  9.     {
  10.         return 'BoldrShopBundle';
  11.     }
  12. }