mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-30 10:47:06 -06:00
Replace deprecated method
This commit is contained in:
parent
cf4c1d8089
commit
3df8c4ff75
@ -195,7 +195,7 @@ class General extends AbstractExtension
|
||||
]
|
||||
);
|
||||
|
||||
return (string) $converter->convertToHtml($text);
|
||||
return (string) $converter->convert($text);
|
||||
}, ['is_safe' => ['html']]
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user