mirror of
https://github.com/flarum/core.git
synced 2025-07-31 13:40:20 +02:00
Merge branch 'master' into psr-7
Conflicts: src/Api/Actions/Discussions/IndexAction.php src/Api/Actions/SerializeAction.php src/Core/Formatter/FormatterManager.php src/Extend/ForumAssets.php src/Forum/Actions/IndexAction.php src/Forum/ForumServiceProvider.php
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
<?php namespace Flarum\Forum;
|
||||
|
||||
use Flarum\Extend\ForumTranslations;
|
||||
use Flarum\Http\RouteCollection;
|
||||
use Flarum\Http\UrlGenerator;
|
||||
use Flarum\Support\AssetManager;
|
||||
use Illuminate\Support\ServiceProvider;
|
||||
use Flarum\Support\ServiceProvider;
|
||||
use Psr\Http\Message\ServerRequestInterface;
|
||||
|
||||
class ForumServiceProvider extends ServiceProvider
|
||||
@@ -43,6 +44,12 @@ class ForumServiceProvider extends ServiceProvider
|
||||
]);
|
||||
|
||||
$this->routes();
|
||||
|
||||
$this->extend(
|
||||
new ForumTranslations([
|
||||
//
|
||||
])
|
||||
);
|
||||
}
|
||||
|
||||
protected function routes()
|
||||
|
Reference in New Issue
Block a user