Skip to content
Snippets Groups Projects
Commit a8edb212 authored by Jörn Friedrich Dreyer's avatar Jörn Friedrich Dreyer
Browse files

fix visibility

parent 8bf04837
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment