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

fixed CS

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