mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-21 16:01:53 +00:00
Fix linter
This commit is contained in:
parent
6737df5925
commit
c696723fd0
@ -533,7 +533,7 @@ class Worker
|
|||||||
]);
|
]);
|
||||||
|
|
||||||
Resque::redis()->set(
|
Resque::redis()->set(
|
||||||
'worker:' . $job->worker,
|
'worker:' . $job->worker,
|
||||||
$data,
|
$data,
|
||||||
['ex' => time() + 86400],
|
['ex' => time() + 86400],
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user