chiamata all'Id
This commit is contained in:
parent
26122de2bc
commit
42893dc1fe
@ -38,7 +38,7 @@ class GenDocController extends Controller
|
||||
public function downloadFile(Request $id){
|
||||
$doc = Gendoc::find($id);
|
||||
dd($doc);
|
||||
//return response()->download($doc['filename']);
|
||||
return response()->download($doc['filename']);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user