diff --git a/src/Grant/AbstractAuthorizeGrant.php b/src/Grant/AbstractAuthorizeGrant.php index e409d2b2..aa578335 100644 --- a/src/Grant/AbstractAuthorizeGrant.php +++ b/src/Grant/AbstractAuthorizeGrant.php @@ -22,6 +22,16 @@ abstract class AbstractAuthorizeGrant extends AbstractGrant */ protected $templateRenderer; + /** + * Set the template renderer + * + * @param RendererInterface $templateRenderer + */ + public function setTemplateRenderer(RendererInterface $templateRenderer) + { + $this->templateRenderer = $templateRenderer; + } + /** * Retrieve template renderer. *