Skip to content

Commit

Permalink
fixed company sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Nov 4, 2017
1 parent b7eff98 commit c90fbbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Filters/Companies/Companies.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ class Companies extends ModelFilter

public function search($query)
{
return $this->whereLike('value', $query);
return $this->whereLike('domain', $query);
}
}

0 comments on commit c90fbbf

Please sign in to comment.