Update LanguageController.php

This commit is contained in:
Manish Verma
2016-05-06 11:35:39 +05:30
parent ab8d7263b3
commit a76244b76f

View File

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