We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0369c8a commit ea36901Copy full SHA for ea36901
lib/internal/Magento/Framework/Webapi/ServiceInputProcessor.php
@@ -34,7 +34,7 @@
34
*/
35
class ServiceInputProcessor implements ServicePayloadConverterInterface
36
{
37
- private const EXTENSION_ATTRIBUTES_TYPE = \Magento\Framework\Api\ExtensionAttributesInterface::class;
+ public const EXTENSION_ATTRIBUTES_TYPE = \Magento\Framework\Api\ExtensionAttributesInterface::class;
38
39
/**
40
* @var \Magento\Framework\Reflection\TypeProcessor
0 commit comments