]> git.localhorst.tv Git - alttp.git/blobdiff - app/Models/Tournament.php
result comments
[alttp.git] / app / Models / Tournament.php
index a38e9bde591a546975a402e361c4f420fa63be17..56ffe78f79c5dc1dc9b488f962b6c01f69bc6434 100644 (file)
@@ -73,4 +73,10 @@ class Tournament extends Model
                return $this->hasMany(Round::class)->orderBy('number', 'DESC');
        }
 
+
+       protected $casts = [
+               'locked' => 'boolean',
+               'no_record' => 'boolean',
+       ];
+
 }