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