<?php
namespace Boldr\Cms\ContactMapSectionBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Boldr\Cms\CmsBundle\{ BoldrCmsBundleInterface, ComposerBundleTrait };
class BoldrContactMapSectionBundle extends Bundle implements BoldrCmsBundleInterface
{
use ComposerBundleTrait;
public function getParentBundle(): ?string
{
return null;
}
}