]> git.localhorst.tv Git - alttp.git/blobdiff - app/Models/Protocol.php
small fixes
[alttp.git] / app / Models / Protocol.php
index 7a90851a706c43b0d0b5e0ce417eb30fdbe6df35..1214de6638962b8489cc537423b6f288528c4484 100644 (file)
@@ -110,7 +110,7 @@ class Protocol extends Model
                $protocol = static::create([
                        'tournament_id' => $tournament->id,
                        'user_id' => $user->id,
-                       'type' => 'round.create',
+                       'type' => 'round.seed',
                        'details' => [
                                'tournament' => static::tournamentMemo($tournament),
                                'round' => static::roundMemo($round),