diff --git a/Models/Audit.php b/Models/Audit.php index 5846169..568a08b 100644 --- a/Models/Audit.php +++ b/Models/Audit.php @@ -38,7 +38,7 @@ class Audit public function __construct() { - $this->createdAt = new DateTime('now'); + $this->createdAt = new \DateTime('now'); } public function setType(int $type) /* : void */