Skip to content

Commit

Permalink
Merge pull request #6 from Cyber-Duck/develop
Browse files Browse the repository at this point in the history
Merge develop into master
  • Loading branch information
nadge authored May 15, 2020
2 parents 478345a + 8dad423 commit 42af543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Index/SearchIndex.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public function createIndex(array $mappings = [], array $settings = [])
$payload = [
'settings' => $settings,
'mappings' => [
$this->name => [
$this->type => [
'properties' => $mappings,
],
],
Expand Down

0 comments on commit 42af543

Please sign in to comment.