<?php namespace App\Application\Sonata\MediaBundle; use Symfony\Component\HttpKernel\Bundle\Bundle; /** * This file has been generated by the SonataEasyExtendsBundle. * * @see https://sonata-project.org/easy-extends * * References: * @see http://symfony.com/doc/current/book/bundles.html */ class ApplicationSonataMediaBundle extends Bundle { /** * {@inheritdoc} */ public function getParent() { return 'SonataMediaBundle'; } }