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:
@@ -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'
|
||||
);
|
||||
});
|
||||
|
Reference in New Issue
Block a user