X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=app%2FModels%2FProtocol.php;h=1214de6638962b8489cc537423b6f288528c4484;hb=6f22614d8c68c68c88b44804802cdffeb3c6a3c7;hp=7a90851a706c43b0d0b5e0ce417eb30fdbe6df35;hpb=cd36cb0ba2718e6bfa08765e7702d57dfe7fd733;p=alttp.git diff --git a/app/Models/Protocol.php b/app/Models/Protocol.php index 7a90851..1214de6 100644 --- a/app/Models/Protocol.php +++ b/app/Models/Protocol.php @@ -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),