|
|
@@ -60,6 +60,7 @@ class User extends Controller
|
|
|
'first_name' => ['nullable', 'string', 'min:1'],
|
|
|
'username' => ['nullable', 'string', 'min:1'],
|
|
|
]);
|
|
|
+ $_GET['page'] = 3;
|
|
|
$result = UserService::paginate($search);
|
|
|
} catch (ValidationException $e) {
|
|
|
return $this->error(HttpStatus::CUSTOM_ERROR, $e->validator->errors()->first());
|