Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
babenkoivan committed Dec 19, 2024
1 parent 37cf881 commit 4db4cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Indices/Mapping.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public function toArray(): array
];
}

if(isset($this->dynamic)) {
if (isset($this->dynamic)) {
$mapping['dynamic'] = $this->dynamic;
}

Expand Down

0 comments on commit 4db4cd9

Please sign in to comment.