From 8b3cf4776266002cc2989c75d9b33bb65aded312 Mon Sep 17 00:00:00 2001 From: Juan Pablo Vial Date: Tue, 15 Jul 2025 22:18:45 -0400 Subject: [PATCH] Pending now in queue --- cli/src/Command/{Job => Queue}/Pending.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename cli/src/Command/{Job => Queue}/Pending.php (79%) diff --git a/cli/src/Command/Job/Pending.php b/cli/src/Command/Queue/Pending.php similarity index 79% rename from cli/src/Command/Job/Pending.php rename to cli/src/Command/Queue/Pending.php index 718b375..e85d6cd 100644 --- a/cli/src/Command/Job/Pending.php +++ b/cli/src/Command/Queue/Pending.php @@ -1,10 +1,10 @@