mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-23 19:50:40 -05:00
Apply fixes from StyleCI
This commit is contained in:
@@ -61,6 +61,7 @@ class PrivateMessage extends Model
|
||||
public function getMessageHtml(): string
|
||||
{
|
||||
$bbcode = new Bbcode();
|
||||
|
||||
return (new Linkify())->linky($bbcode->parse($this->message, true));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user