mirror of
https://github.com/silverstripe/silverstripe-fulltextsearch
synced 2024-10-22 14:05:29 +02:00
Compare commits
2 Commits
9ae64b4445
...
9aaf67ea0d
Author | SHA1 | Date | |
---|---|---|---|
|
9aaf67ea0d | ||
|
f4d3272c64 |
@ -13,12 +13,12 @@ class SolrConfigStore_File implements SolrConfigStore
|
|||||||
/**
|
/**
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
protected $remote = '';
|
public $remote;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
protected $local = '';
|
public $local;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param array $config
|
* @param array $config
|
||||||
|
@ -15,12 +15,12 @@ class SolrConfigStore_WebDAV implements SolrConfigStore
|
|||||||
/**
|
/**
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
protected $remote = '';
|
public $remote;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
protected $url = '';
|
public $url;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param array $config
|
* @param array $config
|
||||||
|
Loading…
Reference in New Issue
Block a user