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,
|
||||
'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…
Add table
Add a link
Reference in a new issue