vendor/boldr/contact-map-section/src/BoldrContactMapSectionBundle.php line 9

Open in your IDE?
  1. <?php
  2. namespace Boldr\Cms\ContactMapSectionBundle;
  3. use Symfony\Component\HttpKernel\Bundle\Bundle;
  4. use Symfony\Component\DependencyInjection\ContainerBuilder;
  5. use Boldr\Cms\CmsBundle\{ BoldrCmsBundleInterface, ComposerBundleTrait };
  6. class BoldrContactMapSectionBundle extends Bundle implements BoldrCmsBundleInterface
  7. {
  8. use ComposerBundleTrait;
  9. public function getParentBundle(): ?string
  10. {
  11. return null;
  12. }
  13. }