vendor/boldr/customizable-login-bundle/src/BoldrCustomizableLoginBundle.php line 8

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