fix notice
This commit is contained in:
@@ -63,7 +63,7 @@ class EmailTemplate extends Record implements
|
||||
->withCopyAttachments($copyAttachments);
|
||||
|
||||
$data = Data::create()
|
||||
->withEmailAddress($params['emailAddress'])
|
||||
->withEmailAddress($params['emailAddress'] ?? null)
|
||||
->withEntityHash($params['entityHash'] ?? [])
|
||||
->withParent($params['parent'] ?? null)
|
||||
->withParentId($params['parentId'] ?? null)
|
||||
|
||||
Reference in New Issue
Block a user