@@ -14,12 +14,12 @@ |
||
14 | 14 | */ |
15 | 15 | public function get(){ |
16 | 16 | |
17 | - $result = \App::getModule(UserListModule::class, [ |
|
18 | - "limit" => 50 |
|
19 | - ]); |
|
17 | + $result = \App::getModule(UserListModule::class, [ |
|
18 | + "limit" => 50 |
|
19 | + ]); |
|
20 | 20 | |
21 | - return new Response($this->render('pages/index.html.twig', [ |
|
22 | - "content" => $result, |
|
23 | - ])); |
|
21 | + return new Response($this->render('pages/index.html.twig', [ |
|
22 | + "content" => $result, |
|
23 | + ])); |
|
24 | 24 | } |
25 | 25 | } |