Skip to content

Commit

Permalink
refactor: remove spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Oct 13, 2021
1 parent ae2f2ac commit 4fa9985
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ class UserForgotPasswordMail extends Mail implements ShouldQueue
use Queueable;

protected User $recipient;

protected string $token;

protected string $reseturl;

public function __construct(User $recipient, $token, $reseturl)
Expand Down

0 comments on commit 4fa9985

Please sign in to comment.