コード例 #1
0
 public function export($id)
 {
     $file = $this->freeService->query($id);
     return response()->download($file);
 }