Filter html on output and rely on HTMLFilter’s own cache

This commit is contained in:
Jonny Barnes 2016-09-19 15:50:15 +01:00
parent 49e6e9a84d
commit ca88bbdb91
3 changed files with 18 additions and 69 deletions

View file

@ -47,9 +47,6 @@ class AppServiceProvider extends ServiceProvider
$note->tags()->attach($tagsToAdd);
}
});
//observer the webmention model
WebMention::observe(WebMentionObserver::class);
}
/**