File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Resources/views/Authorize Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ public function authorizeAction(Request $request)
195
195
}
196
196
197
197
return $ this ->templating ->renderResponse (
198
- 'FOSOAuthServerBundle: Authorize: authorize.html. ' .$ this ->templateEngineType ,
198
+ '@FOSOAuthServer/ Authorize/ authorize.html. ' .$ this ->templateEngineType ,
199
199
[
200
200
'form ' => $ form ->createView (),
201
201
'client ' => $ this ->getClient (),
Original file line number Diff line number Diff line change 1
- {% extends " FOSOAuthServerBundle:: layout.html.twig" %}
1
+ {% extends " @FOSOAuthServer/ layout.html.twig" %}
2
2
3
3
{% block fos_oauth_server_content %}
4
- {% include " FOSOAuthServerBundle: Authorize: authorize_content.html.twig" %}
4
+ {% include " @FOSOAuthServer/ Authorize/ authorize_content.html.twig" %}
5
5
{% endblock fos_oauth_server_content %}
Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ public function testAuthorizeActionWillRenderTemplate()
313
313
->expects ($ this ->at (0 ))
314
314
->method ('renderResponse ' )
315
315
->with (
316
- 'FOSOAuthServerBundle: Authorize: authorize.html.twig ' ,
316
+ '@FOSOAuthServer/ Authorize/ authorize.html.twig ' ,
317
317
[
318
318
'form ' => $ this ->formView ,
319
319
'client ' => $ this ->client ,
@@ -472,7 +472,7 @@ public function testAuthorizeActionWillEnsureLogout()
472
472
->expects ($ this ->at (0 ))
473
473
->method ('renderResponse ' )
474
474
->with (
475
- 'FOSOAuthServerBundle: Authorize: authorize.html.twig ' ,
475
+ '@FOSOAuthServer/ Authorize/ authorize.html.twig ' ,
476
476
[
477
477
'form ' => $ this ->formView ,
478
478
'client ' => $ this ->client ,
You can’t perform that action at this time.
0 commit comments