Upload File type Pdf dan Gambar

This commit is contained in:
Pusdatin BPKD Jkt
2023-01-12 13:51:17 +07:00
parent cd80b7e00d
commit dcabd8bf4a
2 changed files with 2 additions and 2 deletions
@@ -48,7 +48,7 @@ class LaporanFileController extends Controller
}
$this->validate($request, [
'file' => 'required|mimes:pdf',
'file' => 'required|mimes:pdf,png,gif,jpg,jpeg',
]);
$data["tahun"] = $req["ta"];