1
0
mirror of https://github.com/flarum/core.git synced 2025-07-26 11:10:41 +02:00

Refactor some APIs

This commit is contained in:
Toby Zerner
2015-06-18 12:45:14 +09:30
parent f2888ee65f
commit 6db3bd9178
17 changed files with 365 additions and 237 deletions

View File

@@ -1,6 +1,5 @@
<?php namespace Flarum\Forum;
use Flarum\Extend\ForumTranslations;
use Flarum\Http\RouteCollection;
use Flarum\Http\UrlGenerator;
use Flarum\Support\AssetManager;
@@ -44,12 +43,6 @@ class ForumServiceProvider extends ServiceProvider
]);
$this->routes();
$this->extend(
new ForumTranslations([
//
])
);
}
protected function routes()