@@ -106,7 +106,7 @@ |
||
| 106 | 106 | $controller = self::DEFAULT_ACTION_PATTERN.$actionName; |
| 107 | 107 | } |
| 108 | 108 | |
| 109 | - if($operationName !== strtolower($operation['method'])) { |
|
| 109 | + if ($operationName !== strtolower($operation['method'])) { |
|
| 110 | 110 | $actionName = sprintf('%s_%s', $operationName, $collection ? 'collection' : 'item'); |
| 111 | 111 | } |
| 112 | 112 | |