@@ -42,7 +42,7 @@ |
||
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( |