fixed var type for Intelephense
This commit is contained in:
parent
5bd5783452
commit
68808fbeba
@ -28,7 +28,7 @@ class PaymentReceived extends Notification
|
||||
/**
|
||||
* The email template.
|
||||
*
|
||||
* @var string
|
||||
* @var \App\Models\Common\EmailTemplate
|
||||
*/
|
||||
public $template;
|
||||
|
||||
|
@ -17,7 +17,7 @@ class Bill extends Notification
|
||||
/**
|
||||
* The email template.
|
||||
*
|
||||
* @var string
|
||||
* @var \App\Models\Common\EmailTemplate
|
||||
*/
|
||||
public $template;
|
||||
|
||||
|
@ -21,7 +21,7 @@ class Payment extends Notification
|
||||
/**
|
||||
* The email template.
|
||||
*
|
||||
* @var string
|
||||
* @var \App\Models\Common\EmailTemplate
|
||||
*/
|
||||
public $template;
|
||||
|
||||
|
@ -21,7 +21,7 @@ class Invoice extends Notification
|
||||
/**
|
||||
* The email template.
|
||||
*
|
||||
* @var string
|
||||
* @var \App\Models\Common\EmailTemplate
|
||||
*/
|
||||
public $template;
|
||||
|
||||
|
@ -21,7 +21,7 @@ class Revenue extends Notification
|
||||
/**
|
||||
* The email template.
|
||||
*
|
||||
* @var string
|
||||
* @var \App\Models\Common\EmailTemplate
|
||||
*/
|
||||
public $template;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user