Skip to content

Commit

Permalink
remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Sep 26, 2023
1 parent 9b81fc7 commit 06e8ee0
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 06e8ee0

Please sign in to comment.