I am using the jobeet tutorial. when I am running the command
php app/console doctrine:generate:crud --entity=EnsJobeetBundle:Job --route-prefix=ens_job --with-write --format=yml
when i am executing this then I am getting error like this
C:\wamp\www\Symfony>php app/console doctrine:generate:crud --entity=EnslJobeetBu
ndle:Job --route-prefix=ens_job --with-write --format=yml
Welcome to the Doctrine2 CRUD generator
This command helps you generate CRUD controllers and templates.
First, you need to give the entity for which you want to generate a CRUD.
You can give an entity that does not exist yet and the wizard will help
you defining it.
You must use the shortcut notation like AcmeBlogBundle:Post.
The Entity shortcut name [EnslJobeetBundle:Job]:
[RuntimeException]
The autoloader expected class "Ensl\JobeetBundle\Entity\Affiliate" to be defin
ed in file "C:\wamp\www\Symfony\app/../src\Ensl\JobeetBundle\Entity\Affiliate.ph
p". The file was found but the class was not in it, the class name or namespace
probably has a typo.
In this condition, what should I do?