Don't show in progress PIREPs in admin and order the map data
This commit is contained in:
@@ -57,6 +57,7 @@ class AcarsRepository extends Repository
|
||||
{
|
||||
return Pirep::with(['airline', 'position', 'aircraft'])
|
||||
->where(['state' => PirepState::IN_PROGRESS])
|
||||
->orderBy('created_at', 'desc')
|
||||
->get();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user