Expand flush routine because of issues. [skip ci]

This commit is contained in:
James Cole 2016-12-22 18:26:16 +01:00
parent e76075e29f
commit 3753901e38
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -108,7 +108,7 @@ class HomeController extends Controller
$journal->save();
}
}
Session::forget(['start','end','viewRange','range','is_custom_range']);
Session::clear();
Artisan::call('cache:clear');