make($this->wrappedObject->verified_at)->format($this->incidentDateFormat())); } /** * Convert the presenter instance to an array. * * @return string[] */ public function toArray() { return array_merge($this->wrappedObject->toArray(), [ 'created_at' => $this->created_at(), 'updated_at' => $this->updated_at(), 'verified_at' => $this->verified_at(), ]); } }