<?phpnamespace App\Application\Sonata\AdminBundle;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 ApplicationSonataAdminBundle extends Bundle{ public function getParent(): string { return 'SonataAdminBundle'; }}