dsyph3r / GoogleGeolocationBundle

Symfony 2 Bundle for Google Geocoding API
32 stars 16 forks source link

Fixes typo on Doctrine lifecycle event (PreUpdate) #13

Closed jbeurel closed 11 years ago

jbeurel commented 11 years ago

Avoids this error message when I use doctrine fixtures command:

[Doctrine\Common\Annotations\AnnotationException]                                                                                                                                       
[Semantical Error] The annotation "@Doctrine\ORM\Mapping\preUpdate" in method Google\GeolocationBundle\Entity\Location::setUpdatedValue() does not exist, or could not be auto-loaded. 
dsyph3r commented 11 years ago

Great, thanks