diff --git a/src/App/src/Entity/TimestampsTrait.php b/src/App/src/Entity/TimestampsTrait.php index 04e4c246..0cba6f4f 100644 --- a/src/App/src/Entity/TimestampsTrait.php +++ b/src/App/src/Entity/TimestampsTrait.php @@ -7,7 +7,6 @@ use DateTimeImmutable; use Doctrine\ORM\Mapping as ORM; -#[ORM\HasLifecycleCallbacks] trait TimestampsTrait { #[ORM\Column(name: "created", type: "datetime_immutable")]