bundles/Suzuki/MediaBundle/MediaBundle.php line 16

Open in your IDE?
  1. <?php
  2. namespace Suzuki\MediaBundle;
  3. use Suzuki\CoreBundle\CoreBundle;
  4. use Symfony\Component\HttpKernel\Bundle\Bundle;
  5. /**
  6.  * This file has been generated by the SonataEasyExtendsBundle.
  7.  *
  8.  * @link https://sonata-project.org/easy-extends
  9.  *
  10.  * References:
  11.  * @link http://symfony.com/doc/current/book/bundles.html
  12.  */
  13. class MediaBundle extends CoreBundle
  14. {
  15.     /**
  16.      * @var string
  17.      */
  18.     protected $dir __DIR__;
  19.     /**
  20.      * {@inheritdoc}
  21.      */
  22.     public function getParent()
  23.     {
  24.         return 'SonataMediaBundle';
  25.     }
  26. }