(int) config('auth.passwords.users.expire', 60), 'resetUrl' => $this->resetUrl, 'userName' => $this->user->name, ], ); } /** * Get the attachments for the message. * * @return array */ public function attachments(): array { return []; } }