fixed tests and bulk action export
This commit is contained in:
@ -47,6 +47,6 @@ class Customers extends BulkAction
|
||||
{
|
||||
$selected = $this->getSelectedInput($request);
|
||||
|
||||
return \Excel::download(new Export($selected), \Str::filename(trans_choice('general.customers', 2)) . '.xlsx');
|
||||
return $this->exportExcel(new Export($selected), trans_choice('general.customers', 2));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user