data = $data; } /** * Get the message envelope. */ public function envelope(): Envelope { return new Envelope( subject: '[SYSTEM] - Task are forgotten - '.$this->data[0]['fields']['assignee']['displayName'], ); } public function build(): self { return $this->view('email.warningLongTask', ['data'=> $this->data]); } }