mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-01-23 05:04:14 +00:00
fix timeOffline data type
This commit is contained in:
parent
e36830442c
commit
c2e5e10d85
@ -686,7 +686,7 @@ class Database {
|
||||
return $query->rowCount();
|
||||
}
|
||||
|
||||
public function updateMagnetToAddressTrackerTimeOffline(int $magnetToAddressTrackerId, int $timeOffline) : int {
|
||||
public function updateMagnetToAddressTrackerTimeOffline(int $magnetToAddressTrackerId, mixed $timeOffline) : int {
|
||||
|
||||
$this->_debug->query->update->total++;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user