Skip to content

Commit ae49fb5

Browse files
ihor-svizievhostep
andauthored
Delete existing URL rewrite IDs in After Replace
Make constant public again Co-authored-by: Pieter Hoste <hoste.pieter@gmail.com>
1 parent e2bf179 commit ae49fb5

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/CatalogUrlRewrite/Model/ResourceModel/Category

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogUrlRewrite/Model/ResourceModel/Category/Product.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Product extends AbstractDb
2424
/**
2525
* Chunk for mass insert
2626
*/
27-
private const CHUNK_SIZE = 100;
27+
public const CHUNK_SIZE = 100;
2828

2929
/**
3030
* Primary key auto increment flag

0 commit comments

Comments
 (0)