@@ -6,11 +6,6 @@ use Eloquent as Model;
|
||||
|
||||
use App\Models\Traits\HashId;
|
||||
|
||||
/**
|
||||
* Class Flight
|
||||
*
|
||||
* @package App\Models
|
||||
*/
|
||||
class Flight extends Model
|
||||
{
|
||||
use HashId;
|
||||
@@ -64,6 +59,11 @@ class Flight extends Model
|
||||
'arr_airport_id' => 'required',
|
||||
];
|
||||
|
||||
public function getFlightIdIataAttribute($value)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Relationship
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user