Backend changes separating id from pilot_id
This commit is contained in:
@@ -27,6 +27,7 @@ class PirepComment extends Resource
|
||||
'user' => [
|
||||
'id' => $user->id,
|
||||
'pilot_id' => $user->pilot_id,
|
||||
'ident' => $user->ident,
|
||||
'name' => $user->name,
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user