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) 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