mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-03 11:49:03 +00:00
Merge pull request #547 from NNTmux/analysis-qokx35
Apply fixes from StyleCI [ci skip] [skip ci]
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user