Skip to content

Commit e02bb2d

Browse files
authored
Merge pull request #269 from dotkernel/issue-266
Issue #266: Removed `HasLifecycleCallbacks` from `TimestampsTrait.php`
2 parents 3600458 + f7021c3 commit e02bb2d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/App/src/Entity/TimestampsTrait.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
use DateTimeImmutable;
88
use Doctrine\ORM\Mapping as ORM;
99

10-
#[ORM\HasLifecycleCallbacks]
1110
trait TimestampsTrait
1211
{
1312
#[ORM\Column(name: "created", type: "datetime_immutable")]

0 commit comments

Comments
 (0)