Skip to content

Commit

Permalink
feat!: Changed all node exports to CSV format.
Browse files Browse the repository at this point in the history
  • Loading branch information
roadiz-ci committed Jul 24, 2024
1 parent a81b1da commit 0326c02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Core/AbstractEntities/AbstractDateTimed.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function getCreatedAt(): ?DateTime

/**
* @param DateTime|null $createdAt
* @return AbstractDateTimed
* @return $this
*/
public function setCreatedAt(?DateTime $createdAt)
{
Expand All @@ -70,7 +70,7 @@ public function getUpdatedAt(): ?DateTime

/**
* @param DateTime|null $updatedAt
* @return AbstractDateTimed
* @return $this
*/
public function setUpdatedAt(?DateTime $updatedAt)
{
Expand Down

0 comments on commit 0326c02

Please sign in to comment.