We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea6fb2c commit b6bc682Copy full SHA for b6bc682
src/DynamicRouter.php
@@ -27,7 +27,6 @@
27
use Symfony\Component\Routing\RequestContextAwareInterface;
28
use Symfony\Component\Routing\Route;
29
use Symfony\Component\Routing\RouteCollection;
30
-use Symfony\Component\Routing\RouterInterface;
31
32
/**
33
* A flexible router accepting matcher and generator through injection and
@@ -36,7 +35,7 @@
36
35
* @author Larry Garfield
37
* @author David Buchmann
38
*/
39
-class DynamicRouter implements RouterInterface, RequestMatcherInterface, ChainedRouterInterface
+class DynamicRouter implements RequestMatcherInterface, ChainedRouterInterface
40
{
41
use RouteEnhancerTrait;
42
0 commit comments