mirror of
https://github.com/flarum/core.git
synced 2025-08-08 09:26:34 +02:00
Use new method for retrieving base URL
This commit is contained in:
@@ -3,7 +3,7 @@ Hey {{ $user->username }}!
|
|||||||
{{ $blueprint->post->user->username }} made a post in a discussion you're following: {{ $blueprint->post->discussion->title }}
|
{{ $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:
|
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 }}
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user