fix data type

This commit is contained in:
ghost 2023-09-14 03:27:25 +03:00
parent a232e24d0c
commit c5646433f5

View File

@ -299,11 +299,11 @@ try
'timeUpdated' => $magnet->timeUpdated,
'dn' => $magnet->dn,
'xl' => $magnet->xl,
'xt' => $xt,
'kt' => $kt,
'tr' => $tr,
'as' => $as,
'xs' => $xs,
'xt' => (array) $xt,
'kt' => (array) $kt,
'tr' => (array) $tr,
'as' => (array) $as,
'xs' => (array) $xs,
];
}