Merge branch 'dev' of github.com:nabeelio/phpvms into dev

This commit is contained in:
Nabeel Shahzad
2018-10-25 17:56:03 -05:00
3 changed files with 5 additions and 3 deletions

View File

@@ -366,6 +366,8 @@ class PirepController extends Controller
$this->pirepSvc->saveRoute($pirep);
}
$this->pirepSvc->submit($pirep);
return new PirepResource($pirep);
}