]> git.localhorst.tv Git - alttp.git/blobdiff - app/Models/Round.php
basic result display
[alttp.git] / app / Models / Round.php
index 942069255c74cff24f6fa55cd8d3ccd7f208056b..3b84c554e3e6320b2290c8b751930bef0d7ea69e 100644 (file)
@@ -17,4 +17,8 @@ class Round extends Model
                return $this->belongsTo(Tournament::class);
        }
 
+       protected $fillable = [
+               'tournament_id',
+       ];
+
 }