fixed var type for Intelephense

This commit is contained in:
Deividson Damasio 2022-03-24 22:35:47 -03:00
parent 5bd5783452
commit 68808fbeba
5 changed files with 5 additions and 5 deletions

View File

@ -28,7 +28,7 @@ class PaymentReceived extends Notification
/** /**
* The email template. * The email template.
* *
* @var string * @var \App\Models\Common\EmailTemplate
*/ */
public $template; public $template;

View File

@ -17,7 +17,7 @@ class Bill extends Notification
/** /**
* The email template. * The email template.
* *
* @var string * @var \App\Models\Common\EmailTemplate
*/ */
public $template; public $template;

View File

@ -21,7 +21,7 @@ class Payment extends Notification
/** /**
* The email template. * The email template.
* *
* @var string * @var \App\Models\Common\EmailTemplate
*/ */
public $template; public $template;

View File

@ -21,7 +21,7 @@ class Invoice extends Notification
/** /**
* The email template. * The email template.
* *
* @var string * @var \App\Models\Common\EmailTemplate
*/ */
public $template; public $template;

View File

@ -21,7 +21,7 @@ class Revenue extends Notification
/** /**
* The email template. * The email template.
* *
* @var string * @var \App\Models\Common\EmailTemplate
*/ */
public $template; public $template;