$this->id, 'organisation_id' => $this->organisation_id, 'logo_url' => $this->logo_url, 'primary_color' => $this->primary_color, 'secondary_color' => $this->secondary_color, 'footer_text' => $this->footer_text, 'reply_to_email' => $this->reply_to_email, 'reply_to_name' => $this->reply_to_name, 'created_at' => $this->created_at->toIso8601String(), 'updated_at' => $this->updated_at->toIso8601String(), ]; } }