feat : order list
This commit is contained in:
@@ -124,8 +124,8 @@ abstract class BaseDriverService extends BaseService
|
|||||||
if ($info->isEmpty()) return [];
|
if ($info->isEmpty()) return [];
|
||||||
$info = $info->toArray();
|
$info = $info->toArray();
|
||||||
|
|
||||||
foreach ($info as $infoItem) {
|
foreach ($info as &$infoItem) {
|
||||||
$info['meal_list'] = json_decode($infoItem['meal_list'], true);
|
$infoItem['meal_list'] = json_decode($infoItem['meal_list'], true);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $info;
|
return $info;
|
||||||
|
|||||||
Reference in New Issue
Block a user