We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26b3ecc + 8faccbe commit 32395e5Copy full SHA for 32395e5
src/ElasticsearchProvider.php
@@ -15,10 +15,10 @@ public function boot()
15
{
16
resolve(EngineManager::class)->extend('elasticsearch', function($app){
17
return new ElasticsearchEngine(ElasticBuilder::create()
18
- ->setHosts(config('scout.elasticsearch.hosts'))
+ ->setHosts(config('scout.elasticsearch.config.hosts'))
19
->build(),
20
config('scout.elasticsearch.index')
21
);
22
});
23
}
24
-}
+}
0 commit comments