Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Nov 28, 2023
1 parent 5a564dd commit 4b84a4a
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 @@ -265,11 +265,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 4b84a4a

Please sign in to comment.