mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 05:32:20 +00:00
Fix linter
This commit is contained in:
parent
6737df5925
commit
c696723fd0
1 changed files with 1 additions and 1 deletions
|
@ -533,7 +533,7 @@ class Worker
|
|||
]);
|
||||
|
||||
Resque::redis()->set(
|
||||
'worker:' . $job->worker,
|
||||
'worker:' . $job->worker,
|
||||
$data,
|
||||
['ex' => time() + 86400],
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue