Skip to content

Commit

Permalink
Request context in TagRouter is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Feb 9, 2017
1 parent 148de05 commit 0895c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Routing/TagRouter.php
Expand Up @@ -64,7 +64,7 @@ class TagRouter implements ChainedRouterInterface, RequestMatcherInterface
public function __construct(
TagsService $tagsService,
TagUrlGenerator $generator,
RequestContext $requestContext,
RequestContext $requestContext = null,
LoggerInterface $logger = null
) {
$this->tagsService = $tagsService;
Expand Down

0 comments on commit 0895c2e

Please sign in to comment.