mirror of
https://github.com/flarum/core.git
synced 2025-08-16 13:24:11 +02:00
Cleanup code, typehints and class references
This commit is contained in:
@@ -41,7 +41,7 @@ class FormatterServiceProvider extends AbstractServiceProvider
|
||||
);
|
||||
});
|
||||
|
||||
$this->app->alias('flarum.formatter', 'Flarum\Formatter\Formatter');
|
||||
$this->app->alias('flarum.formatter', Formatter::class);
|
||||
}
|
||||
|
||||
public function flushFormatter()
|
||||
|
Reference in New Issue
Block a user