mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-09-01 10:54:00 +00:00
fix php 7.4 issue
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user