1
0
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:
Franz Liedke
2017-07-02 13:29:30 +02:00
parent e46b3d54d1
commit 4aad7c1040
23 changed files with 87 additions and 69 deletions

View File

@@ -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()