Skip to content

Commit ea36901

Browse files
AC-1120: Turn off the input limit for RESTful endpoints by default and create a CLI command to turn them on
1 parent 0369c8a commit ea36901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Webapi/ServiceInputProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
*/
3535
class ServiceInputProcessor implements ServicePayloadConverterInterface
3636
{
37-
private const EXTENSION_ATTRIBUTES_TYPE = \Magento\Framework\Api\ExtensionAttributesInterface::class;
37+
public const EXTENSION_ATTRIBUTES_TYPE = \Magento\Framework\Api\ExtensionAttributesInterface::class;
3838

3939
/**
4040
* @var \Magento\Framework\Reflection\TypeProcessor

0 commit comments

Comments
 (0)