We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey. I'm afraid my expressions may be rude or hard to read, because I'm not so good at English. But please, please be patient
I make the proposal. that is render twig path move to config.yml
herewith Freely setting view file.
https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/blob/master/Controller/AuthorizeController.php Line: 90
// BREFORE return $this->container->get('templating')->renderResponse( 'FOSOAuthServerBundle:Authorize:authorize.html.'.$this->container->getParameter('fos_oauth_server.template.engine'), array( 'form' => $form->createView(), 'client' => $this->getClient(), ) ); // AFTER return $this->container->get('templating')->renderResponse( '$this-container->getParameter('fos_oauth_server.authorize_template').$this->container->getParameter('fos_oauth_server.template.engine'), array( 'form' => $form->createView(), 'client' => $this->getClient(), ) );
I so creating pull request..
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey. I'm afraid my expressions may be rude or hard to read, because I'm not so good at English. But please, please be patient
I make the proposal.
that is render twig path move to config.yml
herewith Freely setting view file.
https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/blob/master/Controller/AuthorizeController.php
Line: 90
I so creating pull request..
The text was updated successfully, but these errors were encountered: