Ken 10 시간 전
부모
커밋
7d5d7efc25
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Http/Controllers/admin/User.php

+ 1 - 1
app/Http/Controllers/admin/User.php

@@ -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());
         }