trambi / FantasyFootball

Symfony3 bundles collection to handle fantasy football tournament
GNU General Public License v3.0
0 stars 0 forks source link

Add field name while exporting NAF XML #45

Closed trambi closed 6 years ago

trambi commented 6 years ago

name field is missing for all coaches

<?xml version="1.0" encoding="UTF-8"?>
<nafReport>
  <organiser>Trambi</organiser>
  <coaches>
    <coach>
      <name>Trambi</name><number>99</number>
      <team>Undead</team>
    </coach>
trambi commented 6 years ago

Bad issue number in commit it should be #44