@@ -61,7 +61,7 @@ |
||
| 61 | 61 | } |
| 62 | 62 | } |
| 63 | 63 | |
| 64 | - throw new RuntimeException('One of the following request attribute must be defined: '.implode(', ', array_map(function ($operationType) { |
|
| 64 | + throw new RuntimeException('One of the following request attribute must be defined: '.implode(', ', array_map(function($operationType) { |
|
| 65 | 65 | return "_api_{$operationType}_operation_name"; |
| 66 | 66 | }, OperationTypes::TYPES))); |
| 67 | 67 | } |