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