|
|
@@ -75,7 +75,7 @@ class User extends Controller
|
|
|
|
|
|
$result = UserService::paginate($search,$order,$by);
|
|
|
} catch (ValidationException $e) {
|
|
|
- return $this->error(HttpStatus::CUSTOM_ERROR, $e->validator->errors()->first());
|
|
|
+ return $this->error(HttpStatus::CUSTOM_ERROR, $e->validator->errors()->first().'ssss');
|
|
|
} catch (Exception $e) {
|
|
|
return $this->error(HttpStatus::CUSTOM_ERROR, $e->getMessage());
|
|
|
}
|