From 4fa9985fcda950207ed9f7aec8dda03ffbf75589 Mon Sep 17 00:00:00 2001 From: mohammad-alavi Date: Wed, 13 Oct 2021 09:48:44 +0330 Subject: [PATCH] refactor: remove spaces --- app/Containers/AppSection/User/Mails/UserForgotPasswordMail.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Containers/AppSection/User/Mails/UserForgotPasswordMail.php b/app/Containers/AppSection/User/Mails/UserForgotPasswordMail.php index 3df72d286..1ef6e6cdb 100644 --- a/app/Containers/AppSection/User/Mails/UserForgotPasswordMail.php +++ b/app/Containers/AppSection/User/Mails/UserForgotPasswordMail.php @@ -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)