feat : driver
This commit is contained in:
@@ -62,7 +62,7 @@ class DriverService extends BaseService
|
|||||||
*/
|
*/
|
||||||
public function driverList(): array
|
public function driverList(): array
|
||||||
{
|
{
|
||||||
$limit = $this->request->input('limit', 10);
|
$limit = (int)$this->request->input('limit', 10);
|
||||||
$cityId = (int)$this->request->input('query_driver_city_id',0);
|
$cityId = (int)$this->request->input('query_driver_city_id',0);
|
||||||
$name = $this->request->input('query_driver_name');
|
$name = $this->request->input('query_driver_name');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user