X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=app%2FModels%2FRound.php;h=7daa77957da58769f332421c6b7840407badb74e;hb=HEAD;hp=0f4847a7edb3bc38a7abb0adf977fd05a1881f8d;hpb=537b998e8059c56e3a20ee2a89d42c3bbfbb80b8;p=alttp.git diff --git a/app/Models/Round.php b/app/Models/Round.php index 0f4847a..7daa779 100644 --- a/app/Models/Round.php +++ b/app/Models/Round.php @@ -111,6 +111,7 @@ class Round extends Model 'code' => 'array', 'locked' => 'boolean', 'no_record' => 'boolean', + 'rolled_by' => 'string', ]; protected $fillable = [