Skip to content
Snippets Groups Projects
Commit 20e0b5c7 authored by ekes's avatar ekes
Browse files

Correct vocaulary name for type of term.

Needs tests for loading different types of Taxnomy Terms.
parent c0cf1186
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ abstract class Entity {
'taxonomy_term' => 'TaxonomyTerm',
'category' => 'TaxonomyTerm',
'topic' => 'TaxonomyTerm',
'price_category' => 'TaxonomyTerm',
'price' => 'TaxonomyTerm',
);
return $classes[$type];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment