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:
@@ -14,4 +14,5 @@ use Illuminate\Contracts\Events\Dispatcher;
|
||||
|
||||
return function (Dispatcher $events) {
|
||||
$events->subscribe(Listener\AddEmbedRoute::class);
|
||||
};
|
||||
$events->subscribe(Listener\FlushEmbedAssetsWhenSettingsAreChanged::class);
|
||||
};
|
||||
|
Reference in New Issue
Block a user