dmecke / ChatBundle

MIT License
15 stars 13 forks source link

Error when try to update:schema #21

Open Abstracter opened 8 years ago

Abstracter commented 8 years ago

[Doctrine\Common\Persistence\Mapping\MappingException]
Class 'Cunningsoft\ChatBundle\Entity\AuthorInterface' does not exist.

This error occur when i insert (new Cunningsoft\ChatBundle\CunningsoftChatBundle(),) in AppKernel.php and after implements (AuthorInterface)in my entity can't update:schema with this error.