From cd5b0e9b9f2ca4fee555696ee0d630d0b83c0a76 Mon Sep 17 00:00:00 2001 From: KhatamNugraha Date: Tue, 20 Feb 2024 17:38:20 +0700 Subject: [PATCH] find error 21 --- Http/Controllers/KonfirmasiBankController.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/Http/Controllers/KonfirmasiBankController.php b/Http/Controllers/KonfirmasiBankController.php index d02abed..03e3aa6 100644 --- a/Http/Controllers/KonfirmasiBankController.php +++ b/Http/Controllers/KonfirmasiBankController.php @@ -221,8 +221,6 @@ $data['infoSuratOld'] = $infoSuratOld; $data['infoSuratNew'] = $infoSuratNew; - dd($data); - // Inisialisasi DOMPDF $options = new Options(); $options->set('isHtml5ParserEnabled', true);