コード例 #1
0
 /**
  * Download the log
  *
  * @param  string  $date
  *
  * @return \Symfony\Component\HttpFoundation\BinaryFileResponse
  */
 public function download($date)
 {
     return \LogViewer::download($date);
 }