File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 1616use Symfony \Cmf \Component \Routing \Event \RouterGenerateEvent ;
1717use Symfony \Cmf \Component \Routing \Event \RouterMatchEvent ;
1818use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
19- use Symfony \Component \EventDispatcher \LegacyEventDispatcherProxy ;
2019use Symfony \Component \HttpFoundation \Request ;
2120use Symfony \Component \Routing \Exception \MethodNotAllowedException ;
2221use Symfony \Component \Routing \Exception \ResourceNotFoundException ;
@@ -106,10 +105,6 @@ public function __construct(
106105 $ this ->uriFilterRegexp = $ uriFilterRegexp ;
107106 $ this ->provider = $ provider ;
108107
109- if (class_exists (LegacyEventDispatcherProxy::class)) {
110- $ this ->eventDispatcher = LegacyEventDispatcherProxy::decorate ($ eventDispatcher );
111- }
112-
113108 $ this ->generator ->setContext ($ context );
114109 }
115110
You can’t perform that action at this time.
0 commit comments