X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=app%2FModels%2FRound.php;fp=app%2FModels%2FRound.php;h=3b84c554e3e6320b2290c8b751930bef0d7ea69e;hb=edd0e97bfdc544114f30bf4c13a929631c44a555;hp=942069255c74cff24f6fa55cd8d3ccd7f208056b;hpb=55f2d7cd6c290a0d26db177d54d20c393f890bbb;p=alttp.git diff --git a/app/Models/Round.php b/app/Models/Round.php index 9420692..3b84c55 100644 --- a/app/Models/Round.php +++ b/app/Models/Round.php @@ -17,4 +17,8 @@ class Round extends Model return $this->belongsTo(Tournament::class); } + protected $fillable = [ + 'tournament_id', + ]; + }