argument('tournament')); foreach ($tournament->rounds as $round) { $round->updatePlacement(); } $tournament->updatePlacement(); return 0; } }