SendEmailverificationNotification :: Klasse
public function sendEmailVerificationNotification()
{
$this->notify(new App\Notifications\CustomVerifyEmail);
}
Real Reindeer