Formatting
This commit is contained in:
@@ -83,6 +83,8 @@ class Acars extends Model
|
||||
/**
|
||||
* Return a new Length unit so conversions can be made
|
||||
*
|
||||
* @param mixed $value
|
||||
*
|
||||
* @return int|Distance
|
||||
*/
|
||||
/*public function getDistanceAttribute()
|
||||
@@ -124,6 +126,8 @@ class Acars extends Model
|
||||
/**
|
||||
* Return a new Fuel unit so conversions can be made
|
||||
*
|
||||
* @param mixed $value
|
||||
*
|
||||
* @return int|Fuel
|
||||
*/
|
||||
/*public function getFuelAttribute()
|
||||
|
||||
@@ -135,6 +135,8 @@ class Flight extends Model
|
||||
/**
|
||||
* Return a new Distance unit so conversions can be made
|
||||
*
|
||||
* @param mixed $value
|
||||
*
|
||||
* @return Distance
|
||||
*/
|
||||
/*public function getDistanceAttribute()
|
||||
|
||||
@@ -201,6 +201,8 @@ class Pirep extends Model
|
||||
/**
|
||||
* Return a new Length unit so conversions can be made
|
||||
*
|
||||
* @param mixed $value
|
||||
*
|
||||
* @return int|Distance
|
||||
*/
|
||||
/*public function getDistanceAttribute()
|
||||
|
||||
Reference in New Issue
Block a user