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

Open in your IDE?
  1. <?php
  2. /**
  3.  * This file is part of the <name> project.
  4.  *
  5.  * (c) <yourname> <youremail>
  6.  *
  7.  * For the full copyright and license information, please view the LICENSE
  8.  * file that was distributed with this source code.
  9.  */
  10. namespace App\Application\Sonata\MediaBundle;
  11. use Symfony\Component\HttpKernel\Bundle\Bundle;
  12. /**
  13.  * This file has been generated by the EasyExtends bundle ( https://sonata-project.org/easy-extends )
  14.  *
  15.  * References :
  16.  *   bundles : http://symfony.com/doc/current/book/bundles.html
  17.  *
  18.  * @author <yourname> <youremail>
  19.  */
  20. class ApplicationSonataMediaBundle extends Bundle
  21. {
  22.     /**
  23.      * {@inheritdoc}
  24.      */
  25.     public function getParent()
  26.     {
  27.         return 'SonataMediaBundle';
  28.     }
  29. }