command try cache

This commit is contained in:
KhatamNugraha
2024-07-15 15:19:25 +07:00
parent fb1d60bbf2
commit 306a812b23

View File

@ -470,7 +470,7 @@ class KonfirmasiBankController extends Controller
}
}
try {
// try {
foreach ($listAccount as $key1 => $account) {
if ($account->jenis_rekening != 'DEPOSITO') {
@ -596,11 +596,11 @@ class KonfirmasiBankController extends Controller
return $pdf->stream($filename);
} catch (Exception $e) {
return redirect()->route('konfirmasibank.timeout');
}
// } catch (Exception $e) {
// return redirect()->route('konfirmasibank.timeout');
// }
return false;
// return false;
}
@ -845,4 +845,4 @@ class KonfirmasiBankController extends Controller
}
}
}