Skip to content

Commit 06e8ee0

Browse files
authored
remove unused method
1 parent 9b81fc7 commit 06e8ee0

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
@@ -265,11 +265,6 @@ private function configurePersistence(LoaderInterface $loader, ContainerBuilder
265265
}
266266
}
267267

268-
private function isDoctrinePersistenceEnabled(array $config): bool
269-
{
270-
return 'doctrine' === $this->getPersistenceMethod($config);
271-
}
272-
273268
private function getPersistenceMethod(array $config): ?string
274269
{
275270
$persistenceMethod = key($config['persistence']);

0 commit comments

Comments
 (0)