Post fares/expenses on PIREP to Airline journal #130

This commit is contained in:
Nabeel Shahzad
2018-03-01 16:20:13 -06:00
parent f1b9ea94dc
commit 2c52a2f7e6
22 changed files with 625 additions and 85 deletions

View File

@@ -13,11 +13,8 @@ class PirepAccepted
public $pirep;
/**
* Create a new event instance.
*/
public function __construct(Pirep $pirep)
{
//
$this->pirep = $pirep;
}
}