Merge pull request #547 from NNTmux/analysis-qokx35

Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
DariusIII
2018-04-27 08:40:30 +02:00
committed by GitHub
+3 -1
View File
@@ -95,7 +95,9 @@ class GetNzbController extends BasePageController
}
}
return response()->streamDownload(function () use ($zip) {echo $zip;},date('Ymdhis').'.nzb.zip', ['Content-type:' => 'application/octet-stream']);
return response()->streamDownload(function () use ($zip) {
echo $zip;
}, date('Ymdhis').'.nzb.zip', ['Content-type:' => 'application/octet-stream']);
}
$this->show404();