Add a DELETED state for PIREPs

This commit is contained in:
Nabeel Shahzad
2018-01-03 10:30:12 -06:00
parent 6f9e4d725b
commit 4a5c11fc34
2 changed files with 8 additions and 5 deletions

View File

@@ -18,6 +18,7 @@ return [
'rejected' => 'Rejected',
'in_progress' => 'In Progress',
'cancelled' => 'Cancelled',
'deleted' => 'Deleted',
],
],
];