Skip to content

Commit

Permalink
docs: remove extra newline
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez authored Apr 25, 2017
1 parent 853430e commit b7be083
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/listeners/jsonapi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -778,8 +778,7 @@ and then simply use search aliases named ``filter`` like shown below:
public function searchConfiguration()
{
$search = new Manager($this);
$search
->like('filter', [
$search->like('filter', [
'before' => true,
'after' => true,
'field' => [$this->aliasField('name')]
Expand Down

0 comments on commit b7be083

Please sign in to comment.