<?php
namespace Boldr\Shop\NForXBundle;
use Boldr\Cms\CmsBundle\{ BoldrCmsBundleInterface, ComposerBundleTrait };
use Symfony\Component\HttpKernel\Bundle\Bundle;
class BoldrNForXBundle extends Bundle implements BoldrCmsBundleInterface
{
use ComposerBundleTrait;
public function getParentBundle(): ?string { return 'BoldrShopBundle'; }
}