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