Improve test,

Fix updatedAt(),
This commit is contained in:
Patrick Henninger
2020-05-08 21:17:10 +02:00
parent 53b8015c1f
commit 8ee9bad739
2 changed files with 16 additions and 4 deletions

View File

@@ -902,6 +902,6 @@ class Cart
*/
public function updatedAt()
{
return $this->createdAt;
return $this->updatedAt;
}
}