Add explicit pilot states

This commit is contained in:
Nabeel Shahzad
2017-12-14 23:51:57 -06:00
parent 4fb66b5118
commit aed09c2bf5
5 changed files with 57 additions and 31 deletions

View File

@@ -9,6 +9,14 @@ return [
'ENABLED' => 1,
],
# Pilot states
'states' => [
'PENDING' => 0,
'ACTIVE' => 1,
'ON_LEAVE' => 2,
'SUSPENDED' => 3,
],
'sources' => [
'MANUAL' => 0,
'ACARS' => 1,