From de59b1a7767b4385c47d5317b01037f25b59d134 Mon Sep 17 00:00:00 2001 From: Holger Veltrup Date: Mon, 2 Dec 2024 09:41:15 +0100 Subject: [PATCH] refactor: tagged tag is deprecated in symfony 7.2 --- config/commands.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/commands.yaml b/config/commands.yaml index 76c899d..b0cd0aa 100644 --- a/config/commands.yaml +++ b/config/commands.yaml @@ -47,4 +47,4 @@ services: Atoolo\Search\Console\Application: public: true arguments: - - !tagged command \ No newline at end of file + - !tagged_iterator command \ No newline at end of file