Don't force status to airborne

This commit is contained in:
Nabeel Shahzad
2021-06-13 15:28:57 -04:00
parent b18f1bbe6c
commit bd9c429cfc

View File

@@ -193,9 +193,9 @@ class AcarsController extends Controller
} }
// Change the PIREP status if it's as SCHEDULED before // Change the PIREP status if it's as SCHEDULED before
if ($pirep->status === PirepStatus::INITIATED) { /*if ($pirep->status === PirepStatus::INITIATED) {
$pirep->status = PirepStatus::AIRBORNE; $pirep->status = PirepStatus::AIRBORNE;
} }*/
$pirep->save(); $pirep->save();