project. * * (c) * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace {{ namespace }}; use Symfony\Component\HttpKernel\Bundle\Bundle; /** * This file has been generated by the EasyExtends bundle ( https://sonata-project.org/easy-extends ) * * References : * bundles : http://symfony.com/doc/current/book/bundles.html * * @author */ class {{ application }}{{ bundle }} extends Bundle { /** * {@inheritdoc} */ public function getParent() { return '{{ bundle }}'; } }