]> git.localhorst.tv Git - alttp.git/blobdiff - app/Models/Round.php
result comments
[alttp.git] / app / Models / Round.php
index 2232a0e2c95d675411de55c045e7f677217394d0..2c1a43963897563cfe2686245418dc5f9c149e38 100644 (file)
@@ -65,6 +65,7 @@ class Round extends Model
        protected $casts = [
                'code' => 'array',
                'locked' => 'boolean',
+               'no_record' => 'boolean',
        ];
 
        protected $fillable = [