1
0
mirror of https://github.com/flarum/core.git synced 2025-08-16 05:14:20 +02:00

Fix notification emails

This commit is contained in:
Toby Zerner
2015-07-23 16:40:19 +09:30
parent 0c7bd6e86d
commit b300323fb7
3 changed files with 8 additions and 6 deletions

View File

@@ -7,6 +7,8 @@ class Extension extends BaseExtension
{
public function boot(Dispatcher $events)
{
$this->loadViewsFrom(__DIR__.'/../views', 'mentions');
$events->subscribe('Flarum\Mentions\Listeners\AddClientAssets');
$events->subscribe('Flarum\Mentions\Listeners\AddModelRelationships');
$events->subscribe('Flarum\Mentions\Listeners\AddApiRelationships');