fix visibility
This commit is contained in:
parent
8bf048376c
commit
a8edb2124d
|
@ -24,12 +24,6 @@ namespace OCP\Search;
|
||||||
*/
|
*/
|
||||||
abstract class PagedProvider extends Provider {
|
abstract class PagedProvider extends Provider {
|
||||||
|
|
||||||
/**
|
|
||||||
* List of options (currently unused)
|
|
||||||
* @var array
|
|
||||||
*/
|
|
||||||
private $options;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
* @param array $options
|
* @param array $options
|
||||||
|
|
|
@ -27,10 +27,10 @@ abstract class Provider {
|
||||||
const OPTION_APPS = 'apps';
|
const OPTION_APPS = 'apps';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* List of options (currently unused)
|
* List of options
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
private $options;
|
protected $options;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
|
|
Loading…
Reference in New Issue