dsyph3r / symblog-docs

Tutorial for symblog - Creating a blog in Symfony2
http://tutorial.symblog.co.uk
105 stars 78 forks source link

fix caps of @ORM\PreUpdate #42

Open glensc opened 10 years ago

glensc commented 10 years ago

current symfony2/doctrine is picky about the case:

$ php app/console doctrine:generate:entities 'Blogger\BlogBundle'
Generating entities for namespace "Blogger\BlogBundle"

  [Doctrine\Common\Annotations\AnnotationException]                                                                                                           
  [Semantical Error] The annotation "@Doctrine\ORM\Mapping\preUpdate" in method Blogger\BlogBundle\Entity\Comment::setUpdatedValue() does not exist, or could not be auto-loaded.