Exemplo n.º 1
0
 /**
  * Serve a file as a download.
  *
  * @param string $file The file to make available for download.
  */
 public function download($file)
 {
     \FileHelper::serveAsDownload($file);
     exit;
 }