Completed
Push — master ( 30d972...1046fe )
by dima
02:25
created
app/Controllers/IndexController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
      */
17 17
     public function get($args) {
18 18
 		
19
-        $result = \App::getModule(UserList::class,[
19
+        $result = \App::getModule(UserList::class, [
20 20
                     "limit" => 50
21 21
                 ]);
22 22
 		
Please login to merge, or discard this patch.