Skip to content

Commit 0202307

Browse files
committed
remove dead code
1 parent ed576fe commit 0202307

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
@@ -295,11 +295,6 @@ private function configurePersistence(LoaderInterface $loader, ContainerBuilder
295295
}
296296
}
297297

298-
private function isDoctrinePersistenceEnabled(array $config): bool
299-
{
300-
return 'doctrine' === $this->getPersistenceMethod($config);
301-
}
302-
303298
private function getPersistenceMethod(array $config): ?string
304299
{
305300
$persistenceMethod = key($config['persistence']);

0 commit comments

Comments
 (0)