Skip to content

Commit

Permalink
Merge pull request #138 from phadaphunk/fix/issue137-mailable-class-m…
Browse files Browse the repository at this point in the history
…embers

Fix - Issue #137
  • Loading branch information
ReeceM committed Nov 26, 2020
2 parents 592542e + d484fab commit 0598e65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MailEclipse.php
Expand Up @@ -824,6 +824,8 @@ protected static function viewDataInspect($param): ?array
'attributes' => $param->all(),
];
}

return null;
}

/**
Expand Down

0 comments on commit 0598e65

Please sign in to comment.