Update docs and runaway semicolon.

This commit is contained in:
Tom Lingham
2016-01-31 07:55:56 +00:00
parent fd959de449
commit 31d7a1c54e
2 changed files with 7 additions and 1 deletions

View File

@ -125,7 +125,7 @@ abstract class BaseSearchDriver implements SearchDriverInterface
return $this->query
->orderBy($this->relevanceFieldName, 'desc')
->having($this->relevanceFieldName, '>', 0);;
->having($this->relevanceFieldName, '>', 0);
}
/**