Split out the saveRoute() fn so it's only during a manual filing, not ACARS

This commit is contained in:
Nabeel Shahzad
2018-01-04 19:39:41 -06:00
parent b0231ff2a9
commit b29a07afd3
4 changed files with 6 additions and 6 deletions

View File

@@ -168,9 +168,6 @@ class PIREPService extends BaseService
}
}
# Save the PIREP route
$pirep = $this->saveRoute($pirep);
$pirep->save();
$pirep->refresh();