Return as array
This commit is contained in:
@@ -125,7 +125,7 @@ class Delayed
|
|||||||
return [];
|
return [];
|
||||||
}
|
}
|
||||||
|
|
||||||
$parameters = json_decode($worker['parameter']);
|
$parameters = json_decode($worker['parameter'], true);
|
||||||
if (empty($parameters)) {
|
if (empty($parameters)) {
|
||||||
return [];
|
return [];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user