Skip to content

Commit 5081a1a

Browse files
committed
Define const visibility
1 parent 8929e07 commit 5081a1a

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/Mview

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Mview/View.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class View extends DataObject implements ViewInterface
2828
/**
2929
* Default batch size for partial reindex
3030
*/
31-
const DEFAULT_BATCH_SIZE = 1000;
31+
public const DEFAULT_BATCH_SIZE = 1000;
3232

3333
/**
3434
* @var string

0 commit comments

Comments
 (0)