Add total flights

This commit is contained in:
Nabeel Shahzad 2020-03-25 17:02:48 -04:00
parent cce575c1a6
commit 88e8ea6ed1

View File

@ -22,6 +22,7 @@ class User extends Resource
'home_airport' => $this->home_airport_id,
'curr_airport' => $this->curr_airport_id,
'last_pirep_id' => $this->last_pirep_id,
'flights' => $this->flights,
'flight_time' => $this->flight_time,
'timezone' => $this->timezone,
'state' => $this->state,