<?php
//Obfuscated by YAK Pro - Php Obfuscator 2.0.13 at 2025-05-27 11:12:30
 namespace Database\Seeders; use App\PointTable; use Illuminate\Database\Seeder; class ImportPointTableSeeder extends Seeder { private $yearlyPoints = [1 => 3, 2 => 3, 3 => 3, 4 => 3, 5 => 3, 6 => 5, 7 => 5, 8 => 5, 9 => 5, 10 => 5, 11 => 10, 12 => 10, 13 => 10, 14 => 10, 15 => 10, 16 => 20, 17 => 20, 18 => 20, 19 => 20, 20 => 20, 21 => 30, 22 => 30, 23 => 30, 24 => 30, 25 => 30, 26 => 35, 27 => 35, 28 => 35, 29 => 35, 30 => 35, 31 => 40, 32 => 40, 33 => 40, 34 => 40, 35 => 40, 36 => 35, 37 => 35, 38 => 35, 39 => 35]; public function run() { PointTable::truncate(); foreach ($this->yearlyPoints as $Fm1BP => $Yk45F) { PointTable::create(["\171\145\141\x72\x73" => $Fm1BP, "\x70\157\x69\156\x74\163" => $Yk45F, "\164\157\164\141\154\137\x70\x6f\x69\156\164\163" => $this->calculateCumulativePoints($Fm1BP), "\x63\x72\x65\141\x74\x65\x64\x5f\142\x79" => 1]); y5_j2: } qcVWK: } public function calculateCumulativePoints(int $rDlr0) : int { goto LqDrU; dHOHr: return $Fb4to; goto MJqp7; HlWMB: $R_raQ++; goto dTqzl; CWJiU: goto dHOHr; LqDrU: $Fb4to = 0; $R_raQ = 1; dTqzl: goto Wk4D2; Wk4D2: if (!($R_raQ <= $rDlr0)) { goto CWJiU; } $Fb4to += $this->yearlyPoints[$R_raQ]; WeK7y: goto HlWMB; MJqp7: } }