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