为什么 symfony 7 无法设置 PrePersist 参数?

问题描述 投票:0回答:1

我使用原则和Symfony 7,尝试创建用户实体和用户注册表单。 enter image description here

我还使用 PrePersist 函数来设置 date_create,但似乎不起作用:

enter image description here

我也尝试过 Gedmo Doctrine 扩展,但也没有帮助......

php symfony doctrine
1个回答
0
投票

为了使回调起作用,应该有: #[ORM\HasLifecycleCallbacks]

类代码之前的部分。 enter image description here

© www.soinside.com 2019 - 2024. All rights reserved.