1
0
mirror of https://github.com/flarum/core.git synced 2025-02-24 11:13:40 +01:00

Remove obsolete binding

This commit is contained in:
Toby Zerner 2018-12-14 11:28:11 +10:30 committed by GitHub
parent 6acc91577d
commit f0da3cf304
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,11 +35,6 @@ class SearchServiceProvider extends AbstractServiceProvider
*/
public function register()
{
$this->app->bind(
'Flarum\Discussion\Search\Fulltext\DriverInterface',
'Flarum\Discussion\Search\Fulltext\MySqlFulltextDriver'
);
$this->registerDiscussionGambits();
$this->registerUserGambits();