Fixes for emails; send user registered/pending depending on state

This commit is contained in:
Nabeel Shahzad
2017-12-22 12:46:46 -06:00
parent 74316218bc
commit 161623c85e
42 changed files with 215 additions and 153 deletions

View File

@@ -9,14 +9,6 @@ return [
'ENABLED' => 1,
],
# Pilot states
'states' => [
'PENDING' => 0,
'ACTIVE' => 1,
'ON_LEAVE' => 2,
'SUSPENDED' => 3,
],
'fuel_types' => [
'100LL' => 0,
'JETA' => 1,