X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=app%2FModels%2FRound.php;h=b6c9d023917f4076775dd3f5d8f55321bb57c745;hb=a58382451a425ebb828ee27c348013de5d4aca67;hp=18be60fe015d346a085a416e4990aee3458c7447;hpb=1c91e5dcedd930bea5fe44ea95a77a9ecd0177a4;p=alttp.git diff --git a/app/Models/Round.php b/app/Models/Round.php index 18be60f..b6c9d02 100644 --- a/app/Models/Round.php +++ b/app/Models/Round.php @@ -90,6 +90,7 @@ class Round extends Model ]; protected $fillable = [ + 'game', 'number', 'no_record', 'tournament_id',