Completed
Push — master ( e36723...bde6cd )
by Mahmoud
06:39
created
app/Containers/User/UI/API/Routes/CreateAdmin.v1.private.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,6 +42,6 @@
 block discarded – undo
42 42
 $router->post('admins', [
43 43
     'uses'  => 'Controller@createAdmin',
44 44
     'middleware' => [
45
-      'api.auth',
45
+        'api.auth',
46 46
     ],
47 47
 ]);
Please login to merge, or discard this patch.