Save workspace changes
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Support;
|
||||
|
||||
use cPad\Plugins\Forum\Services\ForumContentRenderer;
|
||||
|
||||
class ForumPostContent
|
||||
{
|
||||
public static function render(?string $raw): string
|
||||
{
|
||||
return app(ForumContentRenderer::class)->render($raw);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user