Alias enqueue
This commit is contained in:
@ -34,6 +34,10 @@ class Queue extends Ideal\Service
|
||||
return false;
|
||||
}
|
||||
}
|
||||
public function push(array $configuration): bool
|
||||
{
|
||||
return $this->enqueue($configuration);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return array
|
||||
|
Reference in New Issue
Block a user