We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d84b7 commit f96e31dCopy full SHA for f96e31d
stubs/app/Traits/Auth/MustVerifyNewEmail.php
@@ -27,7 +27,7 @@ public function syncEmail(string $email)
27
*
28
* @param string $email
29
*/
30
- public function newEmail(string $email)
+ protected function newEmail(string $email)
31
{
32
if ($this->hasVerifiedEmail() && $this->email === $email) {
33
return null;
@@ -79,7 +79,7 @@ public function clearPendingEmail()
79
80
* @return void
81
82
- public function sendEmailVerificationMail()
+ protected function sendEmailVerificationMail()
83
84
return Mail::to($this->getPendingEmail())
85
->send(new VerifyEmail(
0 commit comments