X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=app%2FModels%2FRound.php;h=71a4273dc9435b21c609341082fe3c52d99efd33;hb=09c1644b5f64d7423905ae1be8f79da0b482289a;hp=927307c2a7d5dc151b0485a36343134b457f151a;hpb=8b95f300549d865815d1a5b981844d1296898111;p=alttp.git diff --git a/app/Models/Round.php b/app/Models/Round.php index 927307c..71a4273 100644 --- a/app/Models/Round.php +++ b/app/Models/Round.php @@ -19,6 +19,7 @@ class Round extends Model protected $casts = [ 'code' => 'array', + 'locked' => 'boolean', ]; protected $fillable = [