Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored and chalasr committed Dec 30, 2023
1 parent 98bad5f commit eae11dd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/DependencyInjection/LeagueOAuth2ServerExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -256,11 +256,6 @@ private function configurePersistence(LoaderInterface $loader, ContainerBuilder
}
}

private function isDoctrinePersistenceEnabled(array $config): bool
{
return 'doctrine' === $this->getPersistenceMethod($config);
}

private function getPersistenceMethod(array $config): ?string
{
$persistenceMethod = key($config['persistence']);
Expand Down

0 comments on commit eae11dd

Please sign in to comment.