diff --git a/app/Controllers/Prints.php b/app/Controllers/Prints.php index 3251162..3e8bc45 100644 --- a/app/Controllers/Prints.php +++ b/app/Controllers/Prints.php @@ -107,7 +107,7 @@ P1 $fullPath = $path . $filename; // Tulis file ke folder tujuan - if (file_put_contents($fullPath, $content)) { + if (file_put_contents($fullPath, $sampleLable)) { // echo "File berhasil dibuat di folder $folderPath"; return $this->response->setJSON( [