Add pirep comments and subfleets fares #118

This commit is contained in:
Nabeel Shahzad
2018-01-23 21:40:34 -06:00
parent f9efa81bb4
commit 9964eb63fb
9 changed files with 191 additions and 72 deletions

View File

@@ -10,6 +10,7 @@ class User extends Resource
{
return [
'id' => $this->id,
'pilot_id' => $this->pilot_id,
'name' => $this->name,
'email' => $this->email,
'apikey' => $this->apikey,