mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
fix data type
This commit is contained in:
parent
a232e24d0c
commit
c5646433f5
1 changed files with 5 additions and 5 deletions
|
|
@ -299,11 +299,11 @@ try
|
||||||
'timeUpdated' => $magnet->timeUpdated,
|
'timeUpdated' => $magnet->timeUpdated,
|
||||||
'dn' => $magnet->dn,
|
'dn' => $magnet->dn,
|
||||||
'xl' => $magnet->xl,
|
'xl' => $magnet->xl,
|
||||||
'xt' => $xt,
|
'xt' => (array) $xt,
|
||||||
'kt' => $kt,
|
'kt' => (array) $kt,
|
||||||
'tr' => $tr,
|
'tr' => (array) $tr,
|
||||||
'as' => $as,
|
'as' => (array) $as,
|
||||||
'xs' => $xs,
|
'xs' => (array) $xs,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue