Better user creation email.

This commit is contained in:
Dane Everitt 2017-02-17 18:48:57 -05:00
parent 3240601d03
commit 95171a3e41
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
5 changed files with 14 additions and 20 deletions

View file

@ -75,17 +75,4 @@ class SendPasswordReset extends Notification implements ShouldQueue
->action('Reset Password', url('auth/password/reset', $this->token))
->line('If you did not request a password reset, no further action is required.');
}
/**
* Get the array representation of the notification.
*
* @param mixed $notifiable
* @return array
*/
public function toArray($notifiable)
{
return [
//
];
}
}