Skip to content

Commit 0ef87b6

Browse files
committed
ISSUE-344: phpstan fix
1 parent 96d46cf commit 0ef87b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Domain/Model/Traits/ModificationDateTrait.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
*/
2020
trait ModificationDateTrait
2121
{
22+
private DateTime $modificationDate;
23+
2224
public function getModificationDate(): ?DateTime
2325
{
2426
return $this->modificationDate;

0 commit comments

Comments
 (0)