Skip to content

Commit 0598e65

Browse files
authored
Merge pull request #138 from phadaphunk/fix/issue137-mailable-class-members
Fix - Issue #137
2 parents 592542e + d484fab commit 0598e65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/MailEclipse.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -824,6 +824,8 @@ protected static function viewDataInspect($param): ?array
824824
'attributes' => $param->all(),
825825
];
826826
}
827+
828+
return null;
827829
}
828830

829831
/**

0 commit comments

Comments
 (0)