app/Mail/ClientContact/ClientContactResetPasswordObject.php

This commit is contained in:
Benjamin Beganović 2021-06-09 16:09:09 +02:00
parent 0757cbddda
commit d3fcb77e49

View File

@ -34,7 +34,7 @@ class ClientContactResetPasswordObject
$data = [ $data = [
'title' => ctrans('texts.your_password_reset_link'), 'title' => ctrans('texts.your_password_reset_link'),
'message' => ctrans('texts.reset_password'), 'content' => ctrans('texts.reset_password'),
'url' => route('client.password.reset', ['token' => $this->token, 'email' => $this->client_contact->email]), 'url' => route('client.password.reset', ['token' => $this->token, 'email' => $this->client_contact->email]),
'button' => ctrans('texts.reset'), 'button' => ctrans('texts.reset'),
'signature' => $this->company->settings->email_signature, 'signature' => $this->company->settings->email_signature,