From b1c2063a760144c660674e12c24ec10ff512aa3d Mon Sep 17 00:00:00 2001 From: Asmir Mustafic Date: Sun, 8 Aug 2021 15:02:03 +0200 Subject: [PATCH] add placeholder arguments in the service locator services this argument is not needed and uses a not existing service. at some point symfony tries to replace/merge service locators by replacing them with their hashes and since is common service locators, it is common to have collisions. But somehow symfony does not detect that we change the arguments if it in a compiler pass --- Resources/config/services.xml | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/Resources/config/services.xml b/Resources/config/services.xml index 10fbdb5f..ec5b2130 100644 --- a/Resources/config/services.xml +++ b/Resources/config/services.xml @@ -11,7 +11,15 @@ - + + + + @@ -32,7 +40,15 @@ - + + + +