Remove the flight_id column from the pireps table
This commit is contained in:
@@ -10,7 +10,6 @@ class PirepRepository extends BaseRepository
|
||||
{
|
||||
protected $fieldSearchable = [
|
||||
'user_id',
|
||||
'flight_id',
|
||||
'status',
|
||||
'state',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user