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 8ad51a6 commit d9c34f0Copy full SHA for d9c34f0
Resources/config/authorize.xml
@@ -23,7 +23,7 @@
23
<argument type="service" id="request_stack" />
24
</service>
25
26
- <service id="fos_oauth_server.controller.authorize" class="FOS\OAuthServerBundle\Controller\AuthorizeController">
+ <service id="fos_oauth_server.controller.authorize" class="FOS\OAuthServerBundle\Controller\AuthorizeController" public="true">
27
28
<argument type="service" id="session" />
29
<argument type="service" id="fos_oauth_server.authorize.form" />
0 commit comments