Commit b4cab1c8 authored by quentin.vrel's avatar quentin.vrel

irelevant comment deleted

parent 950c717c
...@@ -45,8 +45,6 @@ class UserController extends Controller ...@@ -45,8 +45,6 @@ class UserController extends Controller
{ {
$users = User::getList(); $users = User::getList();
$response = Response::okResponse(json_encode($users)); $response = Response::okResponse(json_encode($users));
//var_dump($json);die;
// TODO
return $response; return $response;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment