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