Remove shadowed $config variable

The variable is overwritten a few lines later.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2021-10-13 13:03:40 +02:00
parent b585cf1ea1
commit 30c3202f49
No known key found for this signature in database
GPG key ID: CC42AC2A7F0E56D8

View file

@ -51,7 +51,6 @@ use Sabre\DAV\SimpleCollection;
class RootCollection extends SimpleCollection {
public function __construct() {
$config = \OC::$server->getConfig();
$l10n = \OC::$server->getL10N('dav');
$random = \OC::$server->getSecureRandom();
$logger = \OC::$server->getLogger();