live map updates
This commit is contained in:
@@ -11,7 +11,13 @@ use App\Models\Traits\FilesTrait;
|
||||
* @property string id
|
||||
* @property string iata
|
||||
* @property string icao
|
||||
* @property string name
|
||||
* @property string location
|
||||
* @property string country
|
||||
* @property string timezone
|
||||
* @property float ground_handling_cost
|
||||
* @property float lat
|
||||
* @property float lon
|
||||
* @package App\Models
|
||||
*/
|
||||
class Airport extends Model
|
||||
|
||||
@@ -44,6 +44,7 @@ use PhpUnitsOfMeasure\Exception\NonStringUnitName;
|
||||
* @property Carbon updated_at
|
||||
* @property bool state
|
||||
* @property Acars position
|
||||
* @property Acars[] acars
|
||||
* @package App\Models
|
||||
*/
|
||||
class Pirep extends Model
|
||||
|
||||
Reference in New Issue
Block a user