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:
@@ -60,9 +60,5 @@ class PostsServiceProvider extends ServiceProvider
|
||||
*/
|
||||
public function register()
|
||||
{
|
||||
$this->app->bind(
|
||||
'Flarum\Core\Posts\PostRepositoryInterface',
|
||||
'Flarum\Core\Posts\EloquentPostRepository'
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user