X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=app%2FModels%2FRound.php;h=71a4273dc9435b21c609341082fe3c52d99efd33;hb=09c1644b5f64d7423905ae1be8f79da0b482289a;hp=e93501079aa3ca183cac26ad7c455bff48422a67;hpb=2110d91bc5016fd78aec02578b09506b6d67f45e;p=alttp.git diff --git a/app/Models/Round.php b/app/Models/Round.php index e935010..71a4273 100644 --- a/app/Models/Round.php +++ b/app/Models/Round.php @@ -19,9 +19,11 @@ class Round extends Model protected $casts = [ 'code' => 'array', + 'locked' => 'boolean', ]; protected $fillable = [ + 'number', 'tournament_id', ];