command try cache
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user