1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 08:27:42 +02:00

Get rid of Repository interfaces

This commit is contained in:
Toby Zerner
2015-07-04 18:38:59 +09:30
parent f7b6d8a568
commit 86811c6508
43 changed files with 203 additions and 341 deletions

View File

@@ -60,9 +60,5 @@ class PostsServiceProvider extends ServiceProvider
*/
public function register()
{
$this->app->bind(
'Flarum\Core\Posts\PostRepositoryInterface',
'Flarum\Core\Posts\EloquentPostRepository'
);
}
}