Alias enqueue

This commit is contained in:
Juan Pablo Vial
2025-06-24 11:16:29 -04:00
parent 4053854410
commit 64791d1fc5

View File

@ -34,6 +34,10 @@ class Queue extends Ideal\Service
return false; return false;
} }
} }
public function push(array $configuration): bool
{
return $this->enqueue($configuration);
}
/** /**
* @return array * @return array