Commit 5ea54aa3 authored by Fabien Potencier's avatar Fabien Potencier

fixed CS

parent 4a45322a
......@@ -292,7 +292,7 @@ class SecurityServiceProvider implements ServiceProviderInterface
$app['security.context_listener._proto'] = $app->protect(function ($providerKey, $userProviders) use ($app) {
return $app->share(function () use ($app, $userProviders, $providerKey) {
return new ContextListener(
return new ContextListener(
$app['security'],
$userProviders,
$providerKey,
......
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