diff options
author | Joas Schilling <coding@schilljs.com> | 2017-08-02 14:34:51 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-08-02 14:34:51 +0200 |
commit | 81c54ea5152bed3c22ed1b3ecd580074ed6e8238 (patch) | |
tree | ca3596dda93d046c6a8ac9ed7cd2c0c139965b87 /apps/federation/lib/DAV | |
parent | bc54e6ff7cf6bb587feb5bf93b24b023a07a4123 (diff) | |
download | nextcloud-server-81c54ea5152bed3c22ed1b3ecd580074ed6e8238.tar.gz nextcloud-server-81c54ea5152bed3c22ed1b3ecd580074ed6e8238.zip |
Use automatic injection whenever possible
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/federation/lib/DAV')
-rw-r--r-- | apps/federation/lib/DAV/FedAuth.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/federation/lib/DAV/FedAuth.php b/apps/federation/lib/DAV/FedAuth.php index ae78ffeded9..511888f7683 100644 --- a/apps/federation/lib/DAV/FedAuth.php +++ b/apps/federation/lib/DAV/FedAuth.php @@ -63,6 +63,6 @@ class FedAuth extends AbstractBasic { /** * @inheritdoc */ - function challenge(RequestInterface $request, ResponseInterface $response) { + public function challenge(RequestInterface $request, ResponseInterface $response) { } } |