]> git.localhorst.tv Git - alttp.git/blobdiff - app/Models/Round.php
autonumber rounds
[alttp.git] / app / Models / Round.php
index e93501079aa3ca183cac26ad7c455bff48422a67..927307c2a7d5dc151b0485a36343134b457f151a 100644 (file)
@@ -22,6 +22,7 @@ class Round extends Model
        ];
 
        protected $fillable = [
+               'number',
                'tournament_id',
        ];