wrappedObject->verified_at)) ->setTimezone($this->setting->get('app_timezone'))->toDateTimeString(); } /** * 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(), ]); } }