mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Fix return declarations in multiple controllers
This commit is contained in:
@@ -29,7 +29,7 @@ class DetailsController extends BasePageController
|
||||
/**
|
||||
* @param $guid
|
||||
*
|
||||
* @return \Illuminate\Http\RedirectResponse
|
||||
* @return \Illuminate\Http\RedirectResponse|\Illuminate\Routing\Redirector
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function show($guid)
|
||||
|
||||
Reference in New Issue
Block a user