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