Update src/Solr/Stores/SolrConfigStore_WebDAV.php

Co-authored-by: Michal Kleiner <mk@011.nz>
This commit is contained in:
Alex Saelens 2024-01-15 15:05:22 +13:00 committed by GitHub
parent f4d3272c64
commit 9aaf67ea0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -15,12 +15,12 @@ class SolrConfigStore_WebDAV implements SolrConfigStore
/**
* @var string
*/
protected $remote = '';
public $remote;
/**
* @var string
*/
protected $url = '';
public $url;
/**
* @param array $config