Completed
Push — master ( 842e0c...db0947 )
by dima
02:27
created
app/Controllers/IndexController.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -14,12 +14,12 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.