Automated code cleanup [skip ci]

This commit is contained in:
James Cole
2016-11-05 11:47:21 +01:00
parent 8e542531b3
commit 13e1292bb7
21 changed files with 48 additions and 64 deletions

View File

@@ -52,7 +52,8 @@ class Note extends Model
*/
public function getMarkdownAttribute(): string
{
$converter = new CommonMarkConverter;
$converter = new CommonMarkConverter;
return $converter->convertToHtml($this->text);
}