Update src/Solr/Stores/SolrConfigStore_File.php

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

View File

@ -13,12 +13,12 @@ class SolrConfigStore_File implements SolrConfigStore
/**
* @var string
*/
protected $remote = '';
public $remote;
/**
* @var string
*/
protected $local = '';
public $local;
/**
* @param array $config