disabled ConverterRepository::registerTypeConverterServices(), has to be replaced with a compiler pass;
This commit is contained in:
@ -38,9 +38,11 @@ class ConverterRepository
|
||||
|
||||
public function registerTypeConverterServices(ContainerInterface $container)
|
||||
{
|
||||
/*
|
||||
foreach($container->findTaggedServiceIds('webservice.converter') as $id => $attributes)
|
||||
{
|
||||
$this->addTypeConverter($container->get($id));
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user