Skip to content

Commit af5ba67

Browse files
cia-2.4.8-beta2-develop-bugfix-01112025: resolve conflict
1 parent b0e5b29 commit af5ba67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/WebapiAsync/Controller/Rest/AsynchronousRequestProcessor.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
*/
3131
class AsynchronousRequestProcessor implements RequestProcessorInterface
3232
{
33-
private const PROCESSOR_PATH = "/^\\/async(\\/V.+)/";
34-
private const BULK_PROCESSOR_PATH = "/^\\/async\/bulk(\\/V.+)/";
33+
public const PROCESSOR_PATH = "/^\\/async(\\/V.+)/";
34+
public const BULK_PROCESSOR_PATH = "/^\\/async\/bulk(\\/V.+)/";
3535

3636
/**
3737
* @var \Magento\Framework\Webapi\Rest\Response

0 commit comments

Comments
 (0)