@@ -95,7 +95,7 @@ |
||
95 | 95 | $router, |
96 | 96 | $routerController |
97 | 97 | ); |
98 | - $defaults = [ |
|
98 | + $defaults = [ |
|
99 | 99 | '_controller' => $controllerKey, |
100 | 100 | RequestMeta::ATTRIBUTE_URI => $resource, |
101 | 101 | RequestMeta::ATTRIBUTE_PATH => $pathItem->getPath(), |
@@ -75,7 +75,7 @@ |
||
75 | 75 | return null; |
76 | 76 | } |
77 | 77 | |
78 | - $operation = ($description = $repository->get($request->attributes->get(RequestMeta::ATTRIBUTE_URI))) |
|
78 | + $operation = ($description = $repository->get($request->attributes->get(RequestMeta::ATTRIBUTE_URI))) |
|
79 | 79 | ->getPath($request->attributes->get(RequestMeta::ATTRIBUTE_PATH)) |
80 | 80 | ->getOperation($request->getMethod()); |
81 | 81 |