mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-22 15:15:27 +00:00
Improve test,
Fix updatedAt(),
This commit is contained in:
@@ -902,6 +902,6 @@ class Cart
|
||||
*/
|
||||
public function updatedAt()
|
||||
{
|
||||
return $this->createdAt;
|
||||
return $this->updatedAt;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user