mirror of
https://github.com/flarum/framework.git
synced 2024-11-27 02:53:37 +08:00
10 lines
296 B
PHP
10 lines
296 B
PHP
Hey {!! $user->username !!}!
|
|
|
|
{!! $blueprint->post->user->username !!} mentioned you in a post in {!! $blueprint->post->discussion->title !!}.
|
|
|
|
{!! app()->url() !!}/d/{!! $blueprint->post->discussion_id !!}/{!! $blueprint->post->number !!}
|
|
|
|
---
|
|
|
|
{!! strip_tags($blueprint->post->contentHtml) !!}
|