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

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