Skip to content

Commit

Permalink
Resolve session setting using strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibaud Fabre committed Feb 10, 2015
1 parent 0d8d09c commit f8d0d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Phinject/OauthActivator.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function createInstance(Container $container, ArrayResolver $serviceConfi
}

$oauthProviders = new ClientAdapterCollection();
$session = $container->resolve($serviceConfig->resolve('session'));
$session = $container->resolve($serviceConfig->resolveStrict('session'));

$oauthProviderConfig = $container->resolve($serviceConfig->resolve('oauth', [], false));

Expand Down

0 comments on commit f8d0d92

Please sign in to comment.