Beispiel #1
0
 public function download($file_id, $token)
 {
     $response = \FileDriver::download($file_id, $token);
     return $response;
 }
Beispiel #2
0
 public function download($id)
 {
     return \FileDriver::download($id);
 }