mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-01-11 15:37:57 +00:00
fix data type
This commit is contained in:
parent
a232e24d0c
commit
c5646433f5
@ -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,
|
||||
];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user