Setting which filters out aircraft not at the departure airport #171

This commit is contained in:
Nabeel Shahzad
2018-02-09 15:07:34 -06:00
parent 13b4a3854b
commit 9b55a9691f
5 changed files with 53 additions and 14 deletions

View File

@@ -90,6 +90,7 @@ class Migration extends MigrationBase
'name' => $attrs['name'],
'group' => $group,
'value' => $attrs['value'],
'default' => $attrs['value'],
'type' => $attrs['type'],
'description' => $attrs['description'],
];