Completed
Push — master ( 44a125...86a7fc )
by Leo
01:54
created
src/Api.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
             return false;
43 43
         }
44 44
 
45
-        $class = '\leocata\M1\Methods\Callback\\'.ucfirst($data->method);
45
+        $class = '\leocata\M1\Methods\Callback\\' . ucfirst($data->method);
46 46
 
47 47
         if (!class_exists($class)) {
48 48
             throw new MethodNotFound(sprintf(
Please login to merge, or discard this patch.