From ebf1163c34aee4be12e5a007069f7516b5c987e1 Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Thu, 20 Aug 2026 09:18:18 +0200 Subject: [PATCH] Allow console commands to be lazy loaded Add command names to console command definitions to allow lazy loading. Without this I was finding the DoctrineMetadataCacheWarmer was borking because it was not the first cache warmer to run, because these commands could not be lazy loaded due to the missing attribute. --- src/Resources/config/command.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Resources/config/command.xml b/src/Resources/config/command.xml index ca2a325..7aad8dd 100644 --- a/src/Resources/config/command.xml +++ b/src/Resources/config/command.xml @@ -9,14 +9,14 @@ - + task:run:handler - + @@ -25,7 +25,7 @@ - + @@ -33,14 +33,14 @@ - + debug:tasks - +