Skip to content

Commit f817a42

Browse files
committed
Clean
1 parent e0e1fca commit f817a42

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/UserVerification.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -67,20 +67,6 @@ public function send(AuthenticatableContract $user, $subject = null)
6767
return (boolean) $this->emailVerificationLink($user, $subject);
6868
}
6969

70-
/**
71-
* Generate, save and send by email a link containing the verification token.
72-
*
73-
* @param \Illuminate\Contracts\Auth\Authenticatable $user
74-
* @param string $subject
75-
* @return bool
76-
*/
77-
public function generateAndSend(AuthenticatableContract $user, $subject = null)
78-
{
79-
$token = $this->generate($user);
80-
81-
return $this->send($user, $subject);
82-
}
83-
8470
/**
8571
* Process the token verification.
8672
*

0 commit comments

Comments
 (0)