From 64791d1fc5ec8715a927caa0cbd0cc0755070e9c Mon Sep 17 00:00:00 2001 From: Juan Pablo Vial Date: Tue, 24 Jun 2025 11:16:29 -0400 Subject: [PATCH] Alias enqueue --- app/src/Service/Queue.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/src/Service/Queue.php b/app/src/Service/Queue.php index 100f00d..01921ab 100644 --- a/app/src/Service/Queue.php +++ b/app/src/Service/Queue.php @@ -34,6 +34,10 @@ class Queue extends Ideal\Service return false; } } + public function push(array $configuration): bool + { + return $this->enqueue($configuration); + } /** * @return array