Webonaute / DoctrineFixturesGeneratorBundle

Generate Fixture from your existing data in your database. You can specify the Entity name and the IDs you want to import in your fixture.
63 stars 47 forks source link

Annotation throws error #33

Closed Mrkisha closed 7 years ago

Mrkisha commented 7 years ago

I want to ignore timestamp field. I've followed docs and I get this error.

[Doctrine\Common\Annotations\AnnotationException]                                                                 
  [Semantical Error] The annotation "@Webonaute\DoctrineFixturesGeneratorBundle\Annotations\Property" in property   
  AppBundle\Entity\Room::$modified_at does not exist, or could not be auto-loaded.      
Webonaute commented 7 years ago

I just fixed it on dev-master. it was a typo in the namespace. Annotations should not have s