Ken il y a 5 heures
Parent
commit
7d5d7efc25
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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());
         }