seven пре 1 дан
родитељ
комит
6e786919ce
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/Http/Controllers/admin/User.php

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

@@ -109,7 +109,7 @@ class User extends Controller
         } catch (Exception $e) {
             return $this->error(intval($e->getCode()));
         }
-        return $this->success($search);
+        return $this->success($result);
     }
 
 }