Skip to content

Commit

Permalink
fixup! added support to find Category by slug in FE API
Browse files Browse the repository at this point in the history
  • Loading branch information
malyMiso committed Dec 8, 2020
1 parent edefdb2 commit a4d0f9d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -40,7 +40,7 @@ class CategoryResolver implements ResolverInterface, AliasedInterface
public function __construct(
CategoryFacade $categoryFacade,
?Domain $domain = null,
?FriendlyUrlFacade $friendlyUrlFacade
?FriendlyUrlFacade $friendlyUrlFacade = null
) {
$this->categoryFacade = $categoryFacade;
$this->domain = $domain;
Expand Down

0 comments on commit a4d0f9d

Please sign in to comment.