Merge pull request #3650 from devansh-webkul/updating_comments

Just updated the comments in the customer and admin file.
This commit is contained in:
Jitendra Singh 2020-08-05 11:06:34 +05:30 committed by GitHub
commit 1a22488ee7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

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

View File

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