Skip to content

Commit

Permalink
Fix service definition, class used instead of alias
Browse files Browse the repository at this point in the history
  • Loading branch information
HypeMC committed Apr 16, 2020
1 parent 73cddab commit f971306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/config/storage/doctrine.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<service id="trikoder.oauth2.manager.doctrine.refresh_token_manager" alias="Trikoder\Bundle\OAuth2Bundle\Manager\Doctrine\RefreshTokenManager" />

<service id="Trikoder\Bundle\OAuth2Bundle\Manager\InMemory\ScopeManager" />
<service id="trikoder.oauth2.manager.in_memory.scope_manager" class="Trikoder\Bundle\OAuth2Bundle\Manager\InMemory\ScopeManager" />
<service id="trikoder.oauth2.manager.in_memory.scope_manager" alias="Trikoder\Bundle\OAuth2Bundle\Manager\InMemory\ScopeManager" />

<service id="Trikoder\Bundle\OAuth2Bundle\Manager\Doctrine\AuthorizationCodeManager">
<argument key="$entityManager" />
Expand Down

0 comments on commit f971306

Please sign in to comment.