Return as array

This commit is contained in:
Michael 2021-07-29 10:46:40 +00:00
parent 6ea3d4aa61
commit 20e69c1e71
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ class Delayed
return [];
}
$parameters = json_decode($worker['parameter']);
$parameters = json_decode($worker['parameter'], true);
if (empty($parameters)) {
return [];
}