mirror of
https://github.com/flarum/framework.git
synced 2025-01-20 23:55:32 +08:00
Use new method for retrieving base URL
This commit is contained in:
parent
3b1e8863da
commit
97e6049c8d
|
@ -3,7 +3,7 @@ Hey {{ $user->username }}!
|
|||
{{ $blueprint->post->user->username }} made a post in a discussion you're following: {{ $blueprint->post->discussion->title }}
|
||||
|
||||
To view the new activity, check out the following link:
|
||||
{{ \Flarum\Core::config('base_url') }}/d/{{ $blueprint->post->discussion_id }}/{{ $blueprint->post->number }}
|
||||
{{ \Flarum\Core::url() }}/d/{{ $blueprint->post->discussion_id }}/{{ $blueprint->post->number }}
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user