This commit is contained in:
2023-07-31 23:09:00 +08:00
parent 493a58281f
commit 10a64ee646
7 changed files with 287 additions and 309 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ trait TraitTransporter
if (count($array) < 2) {
$luck = $array[0];
} else {
$luck = Luckdraw::luck($array, 'Weight');
$luck = LotteryDraw::luck($array, 'Weight');
}
return [
'Address' => $luck['TaggedAddresses']['wan_ipv4']['Address'],