diff --git a/Models/Module.php b/Models/Module.php index e8dc34e..2cb07c9 100644 --- a/Models/Module.php +++ b/Models/Module.php @@ -219,7 +219,7 @@ class Module 'id' => $this->id, 'name' => $this->name, 'description' => $this->description, - 'createdAt' => $this->createdAt->format('Y-m-d H:i:s'), + 'createdAt' => $this->createdAt, ]; } }