Skip to content

Commit f634b1f

Browse files
committed
Remove deprecated registration of entity namespace
1 parent ff14fe0 commit f634b1f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/DependencyInjection/CompilerPass/RegisterDoctrineOrmMappingPass.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ public function __construct()
1919
new Reference(Driver::class),
2020
['League\Bundle\OAuth2ServerBundle\Model'],
2121
['league.oauth2_server.persistence.doctrine.manager'],
22-
'league.oauth2_server.persistence.doctrine.enabled',
23-
['LeagueOAuth2ServerBundle' => 'League\Bundle\OAuth2ServerBundle\Model']
22+
'league.oauth2_server.persistence.doctrine.enabled'
2423
);
2524
}
2625
}

0 commit comments

Comments
 (0)