1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 07:57:46 +02:00

Flush the embed client assets when settings are changed

This commit is contained in:
Toby Zerner
2015-10-15 10:48:25 +10:30
parent f199620df8
commit f6830c6ab6
2 changed files with 60 additions and 1 deletions

View File

@@ -14,4 +14,5 @@ use Illuminate\Contracts\Events\Dispatcher;
return function (Dispatcher $events) {
$events->subscribe(Listener\AddEmbedRoute::class);
};
$events->subscribe(Listener\FlushEmbedAssetsWhenSettingsAreChanged::class);
};