Skip to content

Commit f839176

Browse files
ajgarlagchalasr
authored andcommitted
Remove unused code
1 parent c6f8fff commit f839176

File tree

3 files changed

+1
-60
lines changed

3 files changed

+1
-60
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"extra": {
4949
"branch-alias": {
50-
"dev-master": "0.10-dev"
50+
"dev-master": "1.x-dev"
5151
}
5252
},
5353
"minimum-stability": "dev"

src/DependencyInjection/Security/OAuth2Factory.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@
1818
*/
1919
class OAuth2Factory implements AuthenticatorFactoryInterface
2020
{
21-
public function create(ContainerBuilder $container, $id, $config, $userProvider, $defaultEntryPoint): array
22-
{
23-
throw new \LogicException('OAuth2 is not supported when "security.enable_authenticator_manager" is not set to true.');
24-
}
25-
2621
public function createAuthenticator(ContainerBuilder $container, string $firewallName, array $config, string $userProviderId): string
2722
{
2823
$authenticator = \sprintf('security.authenticator.oauth2.%s', $firewallName);

src/DependencyInjection/Security/OAuth2FactoryTrait.php

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)