main
Ilham Wara Nugroho 2026-02-04 14:58:00 +07:00
parent e46532478d
commit d61d23ca1f
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ class KriteriaController extends Controller
$newPath = 'uploads/kriteria/'.date('Y').'/'.$idSekolah.'/'.decode_id($data['key']).'/' . $newFilename;
$uploaded = $value->move($path, $newFilename);
$value[] = $newPath;
$value = $newPath;
}
if($key == 'input_upload_files'){