Return as array
This commit is contained in:
parent
6ea3d4aa61
commit
20e69c1e71
|
@ -125,7 +125,7 @@ class Delayed
|
|||
return [];
|
||||
}
|
||||
|
||||
$parameters = json_decode($worker['parameter']);
|
||||
$parameters = json_decode($worker['parameter'], true);
|
||||
if (empty($parameters)) {
|
||||
return [];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue