Skip to content

Commit

Permalink
- added endpoint "getUniverseStructureData()"
Browse files Browse the repository at this point in the history
  • Loading branch information
exodus4d committed Oct 30, 2017
1 parent 2d81330 commit 8d3b369
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/Mapper/Universe/Structure.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ class Structure extends mapper\AbstractIterator {
'name' => 'name',
'solar_system_id' => 'systemId',
'type_id' => 'typeId',
'position' => 'position',
'x' => ['x'],
'y' => 'y',
'z' => 'z',
'position' => 'position',
'x' => 'x',
'y' => 'y',
'z' => 'z',
];
}

0 comments on commit 8d3b369

Please sign in to comment.