mirror of
https://github.com/idanoo/php-resque
synced 2025-06-30 21:22:20 +00:00
Added token as an argument to the afterEnqueue callback
This commit is contained in:
parent
b0843f4dba
commit
6d8cd501b7
2 changed files with 2 additions and 0 deletions
|
@ -189,6 +189,7 @@ class Resque
|
|||
'class' => $class,
|
||||
'args' => $args,
|
||||
'queue' => $queue,
|
||||
'token' => $result,
|
||||
));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue