More work on the pirep/acars maps
This commit is contained in:
@@ -94,7 +94,7 @@ class Pirep extends BaseModel
|
||||
public function acars()
|
||||
{
|
||||
return $this->hasMany('App\Models\Acars', 'pirep_id')
|
||||
->orderBy('created_at', 'desc');
|
||||
->orderBy('created_at', 'asc');
|
||||
}
|
||||
|
||||
public function aircraft()
|
||||
|
||||
Reference in New Issue
Block a user