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

Fix missing import

parent a89476a5
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,8 @@
namespace HAB\Solr\Facet\Value\Container\PathFactory;
use HAB\Solr\Facet\Value\FacetValue;
use SplObjectStorage;
use Normalizer;
......@@ -115,4 +117,4 @@ class AlphabrowsePathFactory implements PathFactoryInterface
}
return array();
}
}
\ No newline at end of file
}
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