Skip to content

Commit 6bcc8ff

Browse files
author
Prabhu Ram
committed
MC-20255: Category Breadcrumbs are missing url_path
- Static test fix
1 parent b7faf24 commit 6bcc8ff

File tree

1 file changed

+3
-0
lines changed
  • app/code/Magento/CatalogGraphQl/Model/Resolver/Category/DataProvider

1 file changed

+3
-0
lines changed

app/code/Magento/CatalogGraphQl/Model/Resolver/Category/DataProvider/Breadcrumbs.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,11 @@ public function __construct(
2929
}
3030

3131
/**
32+
* Get breadcrumbs data
33+
*
3234
* @param string $categoryPath
3335
* @return array
36+
* @throws \Magento\Framework\Exception\LocalizedException
3437
*/
3538
public function getData(string $categoryPath): array
3639
{

0 commit comments

Comments
 (0)