Skip to content

Commit 4c99f0d

Browse files
committed
#29174 Make const private
1 parent 00176f5 commit 4c99f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogUrlRewrite/Plugin/Webapi/Controller/Rest/InputParamsResolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020
class InputParamsResolver
2121
{
22-
const SAVE_REWRITES_HISTORY = 'save_rewrites_history';
22+
private const SAVE_REWRITES_HISTORY = 'save_rewrites_history';
2323

2424
/**
2525
* @var RestRequest

0 commit comments

Comments
 (0)