SendeMailverificationNotification :: class

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