]> git.localhorst.tv Git - alttp.git/blobdiff - app/Models/Tournament.php
option to hide round numbers
[alttp.git] / app / Models / Tournament.php
index 6f0feb1237db7a8693c20bf7e73e7c44f62e3fa7..96e89b8939358aea1b88acfdfa8f1c89270e86aa 100644 (file)
@@ -86,6 +86,7 @@ class Tournament extends Model
                'accept_applications' => 'boolean',
                'locked' => 'boolean',
                'no_record' => 'boolean',
+               'show_numbers' => 'boolean',
        ];
 
 }