i am at the ending stage of installing SonataUserBundle,
When i run,
app/console sonata:easy-extends:generate SonataUserBundle -d src --dest=src
i get
[Doctrine\Common\Persistence\Mapping\MappingException]
Class 'Application\Sonata\UserBundle\Entity\User' does not exist
I followed everything according to This Doc
Any idea how to get through it?