Add total flights
This commit is contained in:
@@ -22,6 +22,7 @@ class User extends Resource
|
|||||||
'home_airport' => $this->home_airport_id,
|
'home_airport' => $this->home_airport_id,
|
||||||
'curr_airport' => $this->curr_airport_id,
|
'curr_airport' => $this->curr_airport_id,
|
||||||
'last_pirep_id' => $this->last_pirep_id,
|
'last_pirep_id' => $this->last_pirep_id,
|
||||||
|
'flights' => $this->flights,
|
||||||
'flight_time' => $this->flight_time,
|
'flight_time' => $this->flight_time,
|
||||||
'timezone' => $this->timezone,
|
'timezone' => $this->timezone,
|
||||||
'state' => $this->state,
|
'state' => $this->state,
|
||||||
|
|||||||
Reference in New Issue
Block a user