|
@@ -17,7 +17,7 @@ class Registry implements RegistryInterface
|
|
|
}
|
|
}
|
|
|
static::$container = new CategoriesContainer();
|
|
static::$container = new CategoriesContainer();
|
|
|
foreach ($typesMap as $category => $type) {
|
|
foreach ($typesMap as $category => $type) {
|
|
|
- static::$container->set($category, $type);
|
|
|
|
|
|
|
+ static::$container->set($category, new ItemsContainer($type));
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|