@@ -40,7 +40,7 @@ |
||
40 | 40 | $this->uri = $request->toUri(); |
41 | 41 | $this->call = [ |
42 | 42 | $request->resourceObject::class, |
43 | - 'on' . ucfirst(strtolower($request->method)), |
|
43 | + 'on'.ucfirst(strtolower($request->method)), |
|
44 | 44 | ]; |
45 | 45 | |
46 | 46 | // Start profiling (but don't capture data yet - that's for close) |