Skip to content

Commit

Permalink
Add missing categoryRepository property
Browse files Browse the repository at this point in the history
  • Loading branch information
schmengler committed May 8, 2020
1 parent 8bcd2fa commit 87c5c60
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ class CategoryUrlRewriteGenerator
*/
private $mergeDataProviderPrototype;

/**
* @var CategoryRepositoryInterface
*/
private $categoryRepository;

/**
* @var bool
*/
Expand Down

0 comments on commit 87c5c60

Please sign in to comment.