Add protected test game seeding

This commit is contained in:
2026-05-21 19:07:35 -05:00
parent da51e2af24
commit f9cc5f77c8
3 changed files with 28 additions and 24 deletions

View File

@@ -8,4 +8,6 @@ use Illuminate\Database\Eloquent\Model;
class Game extends Model
{
use HasFactory;
protected $guarded = [];
}