allow setting of IATA code for airline

This commit is contained in:
Nabeel Shahzad
2017-07-22 23:03:39 -05:00
parent e9252b4e1c
commit 9a08586564
6 changed files with 18 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ class DashboardController extends BaseController
*/
public function index(Request $request)
{
Feed::$cacheDir = storage_path();
Feed::$cacheDir = storage_path('app');
Feed::$cacheExpire = '5 hours';
$feed = Feed::loadRss(config('phpvms.feed_url'));