Skip to content

Commit

Permalink
Merge pull request #2353 from ziming/patch-1
Browse files Browse the repository at this point in the history
Fix League\CommonMark\Converter::convertToHtml() must be of the type string, null given exception
  • Loading branch information
tabacitu committed Jan 15, 2020
2 parents 3bce24d + d755321 commit cb61c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/views/crud/columns/markdown.blade.php
@@ -1 +1 @@
{!! Illuminate\Mail\Markdown::parse($entry->{$column['name']}) !!}
{!! Illuminate\Mail\Markdown::parse($entry->{$column['name']} ?? '') !!}

0 comments on commit cb61c42

Please sign in to comment.