We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3600458 commit f7021c3Copy full SHA for f7021c3
1 file changed
src/App/src/Entity/TimestampsTrait.php
@@ -7,7 +7,6 @@
7
use DateTimeImmutable;
8
use Doctrine\ORM\Mapping as ORM;
9
10
-#[ORM\HasLifecycleCallbacks]
11
trait TimestampsTrait
12
{
13
#[ORM\Column(name: "created", type: "datetime_immutable")]
0 commit comments