diff --git a/src/Bundle/ChillPersonBundle/ChillPersonBundle.php b/src/Bundle/ChillPersonBundle/ChillPersonBundle.php index 5ab96effe..4e73d2137 100644 --- a/src/Bundle/ChillPersonBundle/ChillPersonBundle.php +++ b/src/Bundle/ChillPersonBundle/ChillPersonBundle.php @@ -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()); } }