Completed
Push — master ( 14d857...e65d6e )
by dima
02:26
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" => 2
21 21
 				]);
22 22
 		
Please login to merge, or discard this patch.