@@ -34,7 +34,7 @@ |
||
| 34 | 34 | $this->uri = $request->toUri(); |
| 35 | 35 | $this->call = [ |
| 36 | 36 | $request->resourceObject::class, |
| 37 | - 'on' . ucfirst(strtolower($request->method)), |
|
| 37 | + 'on'.ucfirst(strtolower($request->method)), |
|
| 38 | 38 | ]; |
| 39 | 39 | |
| 40 | 40 | // Start XdebugTrace for profiling (handled internally) |