Skip to content

Commit d9c34f0

Browse files
dnahrebeckidkarlovi
authored andcommitted
- controller as a service must be public
1 parent 8ad51a6 commit d9c34f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/config/authorize.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<argument type="service" id="request_stack" />
2424
</service>
2525

26-
<service id="fos_oauth_server.controller.authorize" class="FOS\OAuthServerBundle\Controller\AuthorizeController">
26+
<service id="fos_oauth_server.controller.authorize" class="FOS\OAuthServerBundle\Controller\AuthorizeController" public="true">
2727
<argument type="service" id="request_stack" />
2828
<argument type="service" id="session" />
2929
<argument type="service" id="fos_oauth_server.authorize.form" />

0 commit comments

Comments
 (0)