Check for departure airport restrictions #221
This commit is contained in:
@@ -20,10 +20,13 @@ use PhpUnitsOfMeasure\Exception\NonStringUnitName;
|
||||
* @property string route_leg
|
||||
* @property integer airline_id
|
||||
* @property integer user_id
|
||||
* @property integer aircraft_id
|
||||
* @property Aircraft aircraft
|
||||
* @property Airline airline
|
||||
* @property Airport arr_airport
|
||||
* @property Airport dep_airport
|
||||
* @property string arr_airport_id
|
||||
* @property Airport dpt_airport
|
||||
* @property string dpt_airport_id
|
||||
* @property integer block_time
|
||||
* @property integer flight_time In minutes
|
||||
* @property User user
|
||||
|
||||
@@ -15,6 +15,8 @@ use Laratrust\Traits\LaratrustUserTrait;
|
||||
* @property string $email
|
||||
* @property string $password
|
||||
* @property string $api_key
|
||||
* @property string current_airport_id
|
||||
* @property string home_airport_id
|
||||
* @property Flight[] $flights
|
||||
* @property string $flight_time
|
||||
* @property string $remember_token
|
||||
|
||||
Reference in New Issue
Block a user