Backend state for saving PIREP as a draft

This commit is contained in:
Nabeel Shahzad
2018-04-06 17:12:35 -05:00
parent 12a442970e
commit 7179910bc6
2 changed files with 3 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ return [
'in_progress' => 'In Progress',
'cancelled' => 'Cancelled',
'deleted' => 'Deleted',
'draft' => 'Draft',
],
'status' => [
'initialized' => 'Initiated',