mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-27 16:36:00 +00:00
Remove support for options in request_html as not used
This commit is contained in:
parent
59831166ed
commit
c2197bd020
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue