]> git.localhorst.tv Git - alttp.git/blobdiff - app/Http/Controllers/RoundController.php
SMR seed codes
[alttp.git] / app / Http / Controllers / RoundController.php
index d616b861b3d0edb8c22d99679ae4f56614d1a079..596628d072da19ceae60e2c5190d8c2e6c23404d 100644 (file)
@@ -22,6 +22,7 @@ class RoundController extends Controller
                $tournament->loadMax('rounds', 'number');
 
                $round = Round::create([
+                       'game' => $tournament->game,
                        'number' => intval($tournament->rounds_max_number) + 1,
                        'no_record' => $tournament->no_record,
                        'tournament_id' => $validatedData['tournament_id'],