createdAt = new \DateTimeImmutable('now'); $this->createdBy = $account ?? new NullAccount(); $this->old = $old; $this->new = $new; $this->type = $type; $this->trigger = $trigger; $this->module = $module; $this->ref = $ref; $this->content = $content; $this->ip = $ip; } }