Skip to content

Commit

Permalink
Merge pull request #58 from mleczakm/patch-1
Browse files Browse the repository at this point in the history
Add attribute support for softdeletable
  • Loading branch information
eigan authored Jan 25, 2023
2 parents db916bf + 9c6d8fa commit 9979b95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SoftDeletes/SoftDeletes.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ trait SoftDeletes
* @ORM\Column(name="deleted_at", type="datetime", nullable=true)
* @var DateTime
*/
#[ORM\Column(type: 'datetime', name: 'deleted_at', nullable: true)]
protected $deletedAt;

/**
Expand Down

0 comments on commit 9979b95

Please sign in to comment.