fixed export file name
This commit is contained in:
@ -268,7 +268,7 @@ class Bills extends Controller
|
||||
*/
|
||||
public function export()
|
||||
{
|
||||
return \Excel::download(new Export(), trans_choice('general.bills', 2) . '.xlsx');
|
||||
return \Excel::download(new Export(), \Str::filename(trans_choice('general.bills', 2)) . '.xlsx');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user