Skip to content
This repository has been archived by the owner on Apr 7, 2020. It is now read-only.

Commit

Permalink
declare TokenController as service (auto-injection of container is de…
Browse files Browse the repository at this point in the history
…precated from sf 4.2)
  • Loading branch information
alekitto committed Mar 28, 2019
1 parent 7e0c35c commit 2fceda8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
<services>
<defaults public="false" />

<!-- Controller -->
<service id="Fazland\OAuthBundle\Controller\TokenController" autowire="true">
<tag name="controller.service_arguments" />
</service>

<!-- Utils -->
<service id="Fazland\OAuthBundle\Encryption\Jwt" />

Expand Down

0 comments on commit 2fceda8

Please sign in to comment.