Completed
Pull Request — develop (#67)
by
unknown
01:36
created
api/v1/class.ProfilesAPI.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
 
13 13
     public function options($request, $response)
14 14
     {
15
-      return $response->withJson(true);
15
+        return $response->withJson(true);
16 16
     }
17 17
 
18 18
     public function login($request, $response)
Please login to merge, or discard this patch.