Skip to content

Commit 1326845

Browse files
committed
MAGETWO-58924: SQL error wait timeout error when saving categories
- fix semantic BIC
1 parent 1cdfdbd commit 1326845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogUrlRewrite/Model/CategoryUrlRewriteGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function __construct(
7979
* @param int|null $rootCategoryId
8080
* @return \Magento\UrlRewrite\Service\V1\Data\UrlRewrite[]
8181
*/
82-
public function generate(Category $category, $overrideStoreUrls = false, $rootCategoryId = null)
82+
public function generate($category, $overrideStoreUrls = false, $rootCategoryId = null)
8383
{
8484
if ($rootCategoryId === null) {
8585
$rootCategoryId = $category->getEntityId();

0 commit comments

Comments
 (0)