mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 20:22:07 +00:00
Automated code cleanup [skip ci]
This commit is contained in:
@@ -52,7 +52,8 @@ class Note extends Model
|
||||
*/
|
||||
public function getMarkdownAttribute(): string
|
||||
{
|
||||
$converter = new CommonMarkConverter;
|
||||
$converter = new CommonMarkConverter;
|
||||
|
||||
return $converter->convertToHtml($this->text);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user