Commit ad9d5a28 authored by Fabien Potencier's avatar Fabien Potencier

bug #1596 Updated for RouterListener from symfony/http-kernel v3.4+ (ProgMiner)

This PR was merged into the 2.2.x-dev branch.

Discussion
----------

Updated for RouterListener from symfony/http-kernel v3.4+

#1591

Commits
-------

45c44271 #1591
parents e970d12a 45c44271
...@@ -76,7 +76,7 @@ class RoutingServiceProvider implements ServiceProviderInterface, EventListenerP ...@@ -76,7 +76,7 @@ class RoutingServiceProvider implements ServiceProviderInterface, EventListenerP
return $app['request_matcher']; return $app['request_matcher'];
}); });
return new RouterListener($urlMatcher, $app['request_stack'], $app['request_context'], $app['logger']); return new RouterListener($urlMatcher, $app['request_stack'], $app['request_context'], $app['logger'], null, isset($app['debug']) ? $app['debug'] : false);
}; };
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment