Skip to content

Commit

Permalink
Rename required services
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgarlag committed Feb 5, 2021
1 parent 286cab0 commit 596a231
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<service id="Trikoder\Bundle\OAuth2Bundle\Security\Firewall\OAuth2Listener">
<argument type="service" id="security.token_storage" />
<argument type="service" id="security.authentication.manager" />
<argument type="service" id="sensio_framework_extra.psr7.http_message_factory" />
<argument type="service" id="Symfony\Bridge\PsrHttpMessage\HttpMessageFactoryInterface" />
<argument key="$oauth2TokenFactory" type="service" id="Trikoder\Bundle\OAuth2Bundle\Security\Authentication\Token\OAuth2TokenFactory" />
</service>
<service id="trikoder.oauth2.security.firewall.oauth2_listener" alias="Trikoder\Bundle\OAuth2Bundle\Security\Firewall\OAuth2Listener">
Expand All @@ -96,7 +96,7 @@

<!-- Guard Security Layer-->
<service id="Trikoder\Bundle\OAuth2Bundle\Security\Guard\Authenticator\OAuth2Authenticator">
<argument type="service" id="sensio_framework_extra.psr7.http_message_factory" />
<argument type="service" id="Symfony\Bridge\PsrHttpMessage\HttpMessageFactoryInterface" />
<argument type="service" id="League\OAuth2\Server\ResourceServer" />
<argument type="service" id="Trikoder\Bundle\OAuth2Bundle\Security\Authentication\Token\OAuth2TokenFactory" />
</service>
Expand Down

0 comments on commit 596a231

Please sign in to comment.