]> git.localhorst.tv Git - alttp.git/blobdiff - app/Models/Round.php
lock rounds
[alttp.git] / app / Models / Round.php
index 927307c2a7d5dc151b0485a36343134b457f151a..71a4273dc9435b21c609341082fe3c52d99efd33 100644 (file)
@@ -19,6 +19,7 @@ class Round extends Model
 
        protected $casts = [
                'code' => 'array',
+               'locked' => 'boolean',
        ];
 
        protected $fillable = [