]> git.localhorst.tv Git - alttp.git/blobdiff - app/Models/Result.php
result reporting
[alttp.git] / app / Models / Result.php
index e693fc7de5d510783d7a0ea24ecfa4d326ce9bc9..e5c9f7e77f8b756380275ebdf09854fe64df0555 100644 (file)
@@ -17,4 +17,10 @@ class Result extends Model
                return $this->belongsTo(Participant::class);
        }
 
+       protected $fillable = [
+               'round_id',
+               'time',
+               'user_id',
+       ];
+
 }