Commit 45c44271 authored by Eridan Domoratskiy's avatar Eridan Domoratskiy Committed by GitHub

#1591

Updated for RouterListener from symfony/http-kernel v3.4+
parent e970d12a
......@@ -76,7 +76,7 @@ class RoutingServiceProvider implements ServiceProviderInterface, EventListenerP
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