1
0
mirror of https://github.com/flarum/core.git synced 2025-10-13 07:54:25 +02:00

Remove deprecated formatting events

This commit is contained in:
Alexander Skvortsov
2021-01-20 14:22:03 -05:00
parent 3394ff31e9
commit cbcf83ed3b
5 changed files with 1 additions and 151 deletions

View File

@@ -24,7 +24,6 @@ class FormatterServiceProvider extends AbstractServiceProvider
$this->app->singleton('flarum.formatter', function (Container $container) {
return new Formatter(
new Repository($container->make('cache.filestore')),
$container->make('events'),
$this->app[Paths::class]->storage.'/formatter'
);
});