Skip to content

Commit

Permalink
Merge pull request #269 from dotkernel/issue-266
Browse files Browse the repository at this point in the history
Issue #266: Removed `HasLifecycleCallbacks` from `TimestampsTrait.php`
  • Loading branch information
arhimede authored Jul 30, 2024
2 parents 3600458 + f7021c3 commit e02bb2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/App/src/Entity/TimestampsTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
use DateTimeImmutable;
use Doctrine\ORM\Mapping as ORM;

#[ORM\HasLifecycleCallbacks]
trait TimestampsTrait
{
#[ORM\Column(name: "created", type: "datetime_immutable")]
Expand Down

0 comments on commit e02bb2d

Please sign in to comment.