fixed company sorting

This commit is contained in:
denisdulici 2017-11-05 01:44:34 +03:00
parent b7eff98ee6
commit c90fbbf6c2

View File

@ -16,6 +16,6 @@ class Companies extends ModelFilter
public function search($query)
{
return $this->whereLike('value', $query);
return $this->whereLike('domain', $query);
}
}