mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 23:06:08 -06:00
fix
This commit is contained in:
parent
4e9c97560e
commit
05996ac855
@ -55,8 +55,6 @@ class AjaxController extends PublicController
|
|||||||
$query->where('name', 'like', '%' . $this->request->search . '%');
|
$query->where('name', 'like', '%' . $this->request->search . '%');
|
||||||
}
|
}
|
||||||
|
|
||||||
$query->get();
|
|
||||||
|
|
||||||
return $this->queryOrder($query, $this->cityRepository);
|
return $this->queryOrder($query, $this->cityRepository);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user