Added missing return statement

This commit is contained in:
Alex Bilbie 2016-03-24 10:04:48 +00:00
parent 6383a58755
commit 115237bc1a

View File

@ -209,6 +209,8 @@ class ImplicitGrant extends AbstractAuthorizeGrant
'#' '#'
) )
); );
return $response;
} }
// The user denied the client, redirect them back with an error // The user denied the client, redirect them back with an error