Skip to content

Commit

Permalink
Fixes matchish#160
Browse files Browse the repository at this point in the history
  • Loading branch information
mstralka committed Apr 19, 2021
1 parent d7d530a commit a1c9e03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ScoutElasticSearchServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ public function boot(): void

return new ElasticSearchEngine($elasticsearch);
});

$this->registerCommands();
}

/**
Expand All @@ -37,8 +39,6 @@ public function register(): void
{
$this->app->register(ScoutServiceProvider::class);
$this->app->bind(ImportSourceFactory::class, DefaultImportSourceFactory::class);

$this->registerCommands();
}

/**
Expand Down

0 comments on commit a1c9e03

Please sign in to comment.