forked from wallabag/wallabag
Remove support for options in request_html as not used
This commit is contained in:
@ -37,7 +37,7 @@ class AuthenticatorProvider implements ExpressionFunctionProviderInterface
|
||||
function () {
|
||||
throw new \Exception('Not supported');
|
||||
},
|
||||
function (array $arguments, $uri, array $options = []) {
|
||||
function (array $arguments, $uri) {
|
||||
return $this->guzzle->get($uri, $options)->getBody();
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user