Skip to content

Commit b6bc682

Browse files
committed
The RouterInterface is included in the ChainedRouterInterface
1 parent ea6fb2c commit b6bc682

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/DynamicRouter.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
use Symfony\Component\Routing\RequestContextAwareInterface;
2828
use Symfony\Component\Routing\Route;
2929
use Symfony\Component\Routing\RouteCollection;
30-
use Symfony\Component\Routing\RouterInterface;
3130

3231
/**
3332
* A flexible router accepting matcher and generator through injection and
@@ -36,7 +35,7 @@
3635
* @author Larry Garfield
3736
* @author David Buchmann
3837
*/
39-
class DynamicRouter implements RouterInterface, RequestMatcherInterface, ChainedRouterInterface
38+
class DynamicRouter implements RequestMatcherInterface, ChainedRouterInterface
4039
{
4140
use RouteEnhancerTrait;
4241

0 commit comments

Comments
 (0)