remove useless registerForAuyoconfiguration

This commit is contained in:
nobohan 2022-02-22 11:11:41 +01:00
parent 2f7b237c4c
commit 08c1bb7992

View File

@ -25,9 +25,6 @@ class ChillPersonBundle extends Bundle
$container->getExtension('chill_main')
->addWidgetFactory(new PersonListWidgetFactory());
$container->registerForAutoconfiguration(PersonRenderInterface::class)
->addTag('chill.render_entity');
$container->addCompilerPass(new AccompanyingPeriodTimelineCompilerPass());
}
}