Merge pull request #3650 from devansh-webkul/updating_comments
Just updated the comments in the customer and admin file.
This commit is contained in:
commit
1a22488ee7
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue