src/Application/Sonata/MediaBundle/ApplicationSonataMediaBundle.php line 15

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