diff --git a/ChillPersonBundle.php b/ChillPersonBundle.php index 18bf8fb79..e9af99885 100644 --- a/ChillPersonBundle.php +++ b/ChillPersonBundle.php @@ -13,8 +13,8 @@ class ChillPersonBundle extends Bundle { parent::build($container); - $container->getExtension('chill_main') - ->addWidgetFactory(new PersonListWidgetFactory()); + //$container->getExtension('chill_main') + // ->addWidgetFactory(new PersonListWidgetFactory()); $container->addCompilerPass(new AccompanyingPeriodTimelineCompilerPass()); }