OrderResource::getUrl('edit', ['record' => $this->order]), 'order' => $this->order, ], ); } /** * Get the attachments for the message. * * @return array */ public function attachments(): array { return []; } }