diff --git a/src/Solr/Stores/SolrConfigStore_File.php b/src/Solr/Stores/SolrConfigStore_File.php index 87fd9d6..0d76460 100644 --- a/src/Solr/Stores/SolrConfigStore_File.php +++ b/src/Solr/Stores/SolrConfigStore_File.php @@ -13,12 +13,12 @@ class SolrConfigStore_File implements SolrConfigStore /** * @var string */ - protected $remote = ''; + public $remote; /** * @var string */ - protected $local = ''; + public $local; /** * @param array $config