Skip to content

Commit 4b84a4a

Browse files
committed
remove dead code
1 parent 5a564dd commit 4b84a4a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/DependencyInjection/LeagueOAuth2ServerExtension.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -265,11 +265,6 @@ private function configurePersistence(LoaderInterface $loader, ContainerBuilder
265265
}
266266
}
267267

268-
private function isDoctrinePersistenceEnabled(array $config): bool
269-
{
270-
return 'doctrine' === $this->getPersistenceMethod($config);
271-
}
272-
273268
private function getPersistenceMethod(array $config): ?string
274269
{
275270
$persistenceMethod = key($config['persistence']);

0 commit comments

Comments
 (0)