Skip to content

Commit eae11dd

Browse files
theofidrychalasr
authored andcommitted
remove dead code
1 parent 98bad5f commit eae11dd

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
@@ -256,11 +256,6 @@ private function configurePersistence(LoaderInterface $loader, ContainerBuilder
256256
}
257257
}
258258

259-
private function isDoctrinePersistenceEnabled(array $config): bool
260-
{
261-
return 'doctrine' === $this->getPersistenceMethod($config);
262-
}
263-
264259
private function getPersistenceMethod(array $config): ?string
265260
{
266261
$persistenceMethod = key($config['persistence']);

0 commit comments

Comments
 (0)