From 9aaf67ea0d31fe5fc2ce9850b0898f3994287b50 Mon Sep 17 00:00:00 2001 From: Alex Saelens Date: Mon, 15 Jan 2024 15:05:22 +1300 Subject: [PATCH] Update src/Solr/Stores/SolrConfigStore_WebDAV.php Co-authored-by: Michal Kleiner --- src/Solr/Stores/SolrConfigStore_WebDAV.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Solr/Stores/SolrConfigStore_WebDAV.php b/src/Solr/Stores/SolrConfigStore_WebDAV.php index 5d056c0..dff94b0 100644 --- a/src/Solr/Stores/SolrConfigStore_WebDAV.php +++ b/src/Solr/Stores/SolrConfigStore_WebDAV.php @@ -15,12 +15,12 @@ class SolrConfigStore_WebDAV implements SolrConfigStore /** * @var string */ - protected $remote = ''; + public $remote; /** * @var string */ - protected $url = ''; + public $url; /** * @param array $config