Applied fixes from StyleCI

This commit is contained in:
Manish Verma
2016-05-06 02:07:55 -04:00
committed by StyleCI Bot
parent a76244b76f
commit 0d254f6e73

View File

@@ -214,6 +214,7 @@ class LanguageController extends Controller
public function download() public function download()
{ {
$file_path = base_path('public/downloads/en.zip'); $file_path = base_path('public/downloads/en.zip');
return response()->download($file_path); return response()->download($file_path);
} }