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

@@ -112,6 +112,7 @@ class PirepController extends Controller
}
$pirep = $this->pirepSvc->create($pirep, $custom_fields);
$this->pirepSvc->saveRoute($pirep);
//Flash::success('PIREP submitted successfully!');
return redirect(route('frontend.pireps.index'));