From 6a2b94b4c2e15682ecd7d3ce328200ed2888eeba Mon Sep 17 00:00:00 2001 From: Tchama Date: Thu, 30 Jul 2020 13:53:15 +0200 Subject: [PATCH] sf4 resolve errors and depreciations --- ChillPersonBundle.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()); }