Merge pull request #6285 from pixelfed/shleeable-patch-16

Larastan: Update ConfirmEmail.php / PasswordChange.php - Low risk
pull/6311/head^2
dansup 5 days ago committed by GitHub
commit 5d9ce4fd45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -11,6 +11,8 @@ class ConfirmEmail extends Mailable
{
use Queueable, SerializesModels;
protected $verify;
/**
* Create a new message instance.
*

@ -11,6 +11,8 @@ class PasswordChange extends Mailable
{
use Queueable, SerializesModels;
protected $user;
/**
* Create a new message instance.
*

Loading…
Cancel
Save