seven 1 ngày trước cách đây
mục cha
commit
6e786919ce
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);
     }
 
 }