fix php 7.4 issue

This commit is contained in:
Edmond Lang
2025-06-29 13:57:47 +08:00
parent e6fb5b5f05
commit 3fcd83b9a7
@@ -154,7 +154,8 @@ class ExportCustomersToExcelController
{
$exportsTransactions = new ExportsWalletTransactions($request);
switch ($request->get('type')) {
$type = $request->get('type');
switch ($type) {
case 'payment':
$exportFileName = 'wallet-payment-transactions.xls';
break;