#21 PIREP scaffolding
This commit is contained in:
@@ -53,6 +53,7 @@ class Aircraft extends Model
|
||||
/**
|
||||
* foreign keys
|
||||
*/
|
||||
|
||||
public function airport()
|
||||
{
|
||||
return $this->belongsTo('App\Models\Airport', 'airport_id');
|
||||
|
||||
Reference in New Issue
Block a user