modify
This commit is contained in:
@@ -43,6 +43,8 @@ class Consumer extends Process
|
|||||||
{
|
{
|
||||||
$crontab = $this->channel->pop(-1);
|
$crontab = $this->channel->pop(-1);
|
||||||
|
|
||||||
|
var_dump($crontab);
|
||||||
|
|
||||||
$this->dispatch($crontab);
|
$this->dispatch($crontab);
|
||||||
|
|
||||||
$this->popChannel();
|
$this->popChannel();
|
||||||
|
|||||||
Reference in New Issue
Block a user