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 301ae4d commit 3b1780cCopy full SHA for 3b1780c
app/code/Magento/GraphQl/Model/Mutation/BatchResult.php
@@ -9,9 +9,9 @@
9
10
class BatchResult
11
{
12
- const STATUS_SUCCESS = 'SUCCESS';
+ public const STATUS_SUCCESS = 'SUCCESS';
13
14
- const STATUS_FAILURE = 'FAILURE';
+ public const STATUS_FAILURE = 'FAILURE';
15
16
- const STATUS_MIXED = 'MIXED_RESULTS';
+ public const STATUS_MIXED = 'MIXED_RESULTS';
17
}
0 commit comments