| 1 | <?php |
||
| 7 | trait VerifiesPendingEmails |
||
| 8 | { |
||
| 9 | use AuthenticatesUsers; |
||
| 10 | |||
| 11 | /** |
||
| 12 | * Mark the user's new email address as verified. |
||
| 13 | * |
||
| 14 | * @param string $token |
||
| 15 | * |
||
| 16 | * @throws \ProtoneMedia\LaravelVerifyNewEmail\Http\InvalidVerificationLinkException |
||
| 17 | */ |
||
| 18 | public function verify(string $token) |
||
| 34 | |||
| 35 | protected function authenticated() |
||
| 39 | } |
||
| 40 |