$this->code, 'name' => $this->name, 'startExpirationTime' => $this->startExpirationTime, 'endExpirationTime' => $this->endExpirationTime, 'tglExpired' => $this->tglExpired ], ); } /** * Get the attachments for the message. * * @return array */ public function attachments(): array { return []; } }