Update LanguageController.php
This commit is contained in:
@@ -212,7 +212,8 @@ class LanguageController extends Controller
|
|||||||
* @return type
|
* @return type
|
||||||
*/
|
*/
|
||||||
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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user