Skip to content

Commit

Permalink
Applying style patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Sik committed Sep 30, 2015
1 parent d16f179 commit 2337b1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions api/app/Http/Controllers/EntityController.php
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,7 @@ protected function searchAllEntities($query, $limit = null, $offset = null, &$to
'type' => $model->getTypeName(),
'body' => $this->translateQuery($query),
]);
}
else {
} else {
$searchResults = $model->searchByQuery([
'match_phrase' => [
'_all' => $query,
Expand Down

0 comments on commit 2337b1d

Please sign in to comment.