Skip to content

Commit 07311df

Browse files
author
Ervin
committed
update
1 parent fa8d986 commit 07311df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Web/src/Entity/Course.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,5 +141,7 @@ public function getCreatedAt(): ?\DateTime
141141
public function setCreatedAt(\DateTime $createdAt): self
142142
{
143143
$this->createdAt = $createdAt;
144+
145+
return $this;
144146
}
145147
}

0 commit comments

Comments
 (0)