From fda33fa78b3a913f8222c6b2f9bd0e8f5e416440 Mon Sep 17 00:00:00 2001 From: Devansh Date: Wed, 5 Aug 2020 09:26:54 +0530 Subject: [PATCH 1/2] Comments Updated --- .../Customer/src/Notifications/CustomerUpdatePassword.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/Webkul/Customer/src/Notifications/CustomerUpdatePassword.php b/packages/Webkul/Customer/src/Notifications/CustomerUpdatePassword.php index c12f36e97..28ce81693 100644 --- a/packages/Webkul/Customer/src/Notifications/CustomerUpdatePassword.php +++ b/packages/Webkul/Customer/src/Notifications/CustomerUpdatePassword.php @@ -11,16 +11,16 @@ class CustomerUpdatePassword extends Mailable use Queueable, SerializesModels; /** - * The admin instance. + * The customer instance. * - * @var \Webkul\User\Contracts\Admin $admin + * @var \Webkul\Customer\Models\Customer $customer */ public $customer; /** * Create a new message instance. * - * @param \Webkul\User\Contracts\Admin $admin + * @param \Webkul\Customer\Models\Customer $customer * @return void */ public function __construct($customer) From 1ecc79e91a0f7d50c6c9df0bdd6654973b826920 Mon Sep 17 00:00:00 2001 From: Devansh Date: Wed, 5 Aug 2020 09:28:12 +0530 Subject: [PATCH 2/2] Comments Updated --- packages/Webkul/User/src/Notifications/AdminUpdatePassword.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/Webkul/User/src/Notifications/AdminUpdatePassword.php b/packages/Webkul/User/src/Notifications/AdminUpdatePassword.php index a53ad1d91..221ed869c 100644 --- a/packages/Webkul/User/src/Notifications/AdminUpdatePassword.php +++ b/packages/Webkul/User/src/Notifications/AdminUpdatePassword.php @@ -18,7 +18,7 @@ class AdminUpdatePassword extends Mailable public $admin; /** - * Create a new message instance. + * Create a new admin instance. * * @param \Webkul\User\Contracts\Admin $admin * @return void