Skip to content
Snippets Groups Projects
Commit 69eb56d8 authored by David Maus's avatar David Maus
Browse files

Add missing $filter class property to FacetCollection

parent f16f0026
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,13 @@ class FacetCollection implements Countable, IteratorAggregate, ParameterProvider
*/
private $facets;
/**
* Component state filter.
*
* @var StateFilter\StateFilterInterface
*/
private $filter;
/**
* 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