Skip to content
Snippets Groups Projects
Commit 1326845e authored by Cristian Partica's avatar Cristian Partica
Browse files

MAGETWO-58924: SQL error wait timeout error when saving categories

- fix semantic BIC
parent 1cdfdbd5
No related merge requests found
......@@ -79,7 +79,7 @@ class CategoryUrlRewriteGenerator
* @param int|null $rootCategoryId
* @return \Magento\UrlRewrite\Service\V1\Data\UrlRewrite[]
*/
public function generate(Category $category, $overrideStoreUrls = false, $rootCategoryId = null)
public function generate($category, $overrideStoreUrls = false, $rootCategoryId = null)
{
if ($rootCategoryId === null) {
$rootCategoryId = $category->getEntityId();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment