asahasrabuddhe / laravel-mjml

Easily use MJML in your Laravel Blade templates!
MIT License
122 stars 51 forks source link

hotfix: fix Mailable if mjml is not used #170

Closed maximepvrt closed 11 months ago

maximepvrt commented 11 months ago

I introduced an error if mjml() or mjmlContent() is not used and the base class takes over. In fact, isset($this->mjmlContent) is always true.

maximepvrt commented 11 months ago

@asahasrabuddhe I introduced an error if mjml() or mjmlContent() is not used and the base class takes over. In fact, isset($this->mjmlContent) is always true.