<?php namespace App\Application\Sonata\UserBundle; 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 ApplicationSonataUserBundle extends Bundle { /** * {@inheritdoc} */ public function getParent() { return 'SonataUserBundle'; } }