#57 scaffolding for flight search

This commit is contained in:
Nabeel Shahzad
2017-08-02 15:29:04 -05:00
parent 07ce5e9a1a
commit 61cb8a75a7
4 changed files with 36 additions and 4 deletions

View File

@@ -30,10 +30,13 @@ return [
*/
'currency' => 'dollar',
/**
* Restrict showing flights from the user's current airport
*/
'only_flights_from_current' => true,
/**
* Misc Settings
*/
'feed_url' => 'http://forum.phpvms.net/rss/1-announcements-feed.xml/?',
];