update minor

This commit is contained in:
mikael-zakaria 2024-11-29 09:52:45 +07:00
parent 3057b27897
commit 376edb0f3c

View File

@ -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(
[