|
@@ -58,7 +58,7 @@ class StatusTransformer extends Fractal\TransformerAbstract
|
|
'type' => 'Place',
|
|
'type' => 'Place',
|
|
'name' => $status->place->name,
|
|
'name' => $status->place->name,
|
|
'longitude' => $status->place->long,
|
|
'longitude' => $status->place->long,
|
|
- 'lattitude' => $status->place->lat,
|
|
|
|
|
|
+ 'latitude' => $status->place->lat,
|
|
'country' => $status->place->country
|
|
'country' => $status->place->country
|
|
] : null,
|
|
] : null,
|
|
];
|
|
];
|