update livemap to use rivets.js bindings for data updates
This commit is contained in:
@@ -55,7 +55,7 @@ class AcarsRepository extends Repository
|
||||
*/
|
||||
public function getPositions()
|
||||
{
|
||||
return Pirep::with(['airline', 'position'])
|
||||
return Pirep::with(['airline', 'position', 'aircraft'])
|
||||
->where(['state' => PirepState::IN_PROGRESS])
|
||||
->get();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user