Skip to content

Commit

Permalink
simplify exception
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Oct 14, 2018
1 parent d1d70a9 commit acec8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exceptions/CannotRenderTemplateMailable.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class CannotRenderTemplateMailable extends Exception
{
public static function layoutDoesNotContainABodyPlaceHolder(TemplateMailable $templateMailable, MailTemplate $mailTemplate, string $layoutHtml)
public static function layoutDoesNotContainABodyPlaceHolder(TemplateMailable $templateMailable)
{
$mailableClass = class_basename($templateMailable);

Expand Down

0 comments on commit acec8ad

Please sign in to comment.