Remove the flight_id column from the pireps table

This commit is contained in:
Nabeel Shahzad
2018-02-24 15:51:04 -06:00
parent 7345dd8076
commit d0b3b27975
5 changed files with 1 additions and 11 deletions

View File

@@ -10,7 +10,6 @@ class PirepRepository extends BaseRepository
{
protected $fieldSearchable = [
'user_id',
'flight_id',
'status',
'state',
];