]> git.localhorst.tv Git - alttp.git/blobdiff - app/Models/Round.php
user nicknames
[alttp.git] / app / Models / Round.php
index 3777df9e8e96040717fa8ce3e97e0d878188463c..2232a0e2c95d675411de55c045e7f677217394d0 100644 (file)
@@ -69,6 +69,7 @@ class Round extends Model
 
        protected $fillable = [
                'number',
+               'no_record',
                'tournament_id',
        ];