Changes to documents able to edit them now, also support for auto mail attechemnts
This commit is contained in:
@@ -17,12 +17,14 @@ class EmailTemplate extends Model
|
||||
'html_template',
|
||||
'text_template',
|
||||
'entity_types',
|
||||
'allow_attachments',
|
||||
'active',
|
||||
];
|
||||
|
||||
protected $casts = [
|
||||
'active' => 'boolean',
|
||||
'entity_types' => 'array',
|
||||
'allow_attachments' => 'boolean',
|
||||
];
|
||||
|
||||
public function documents(): MorphMany
|
||||
|
||||
Reference in New Issue
Block a user