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