Symfony2 ORM prePersist Not Working

后端 未结 5 1182
既然无缘
既然无缘 2021-01-08 00:15

prePersist() method of my entity is not being invoked.



        
5条回答
  •  [愿得一人]
    2021-01-08 00:54

    I had the same issue, it was because my method was private, so make sure the method with @ORM\PrePersist() annotation is public.

提交回复
热议问题