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