We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff14fe0 commit f634b1fCopy full SHA for f634b1f
src/DependencyInjection/CompilerPass/RegisterDoctrineOrmMappingPass.php
@@ -19,8 +19,7 @@ public function __construct()
19
new Reference(Driver::class),
20
['League\Bundle\OAuth2ServerBundle\Model'],
21
['league.oauth2_server.persistence.doctrine.manager'],
22
- 'league.oauth2_server.persistence.doctrine.enabled',
23
- ['LeagueOAuth2ServerBundle' => 'League\Bundle\OAuth2ServerBundle\Model']
+ 'league.oauth2_server.persistence.doctrine.enabled'
24
);
25
}
26
0 commit comments