mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 00:01:21 +00:00
Update controllers
This commit is contained in:
@@ -11,7 +11,7 @@ class AdminCategoryController extends BasePageController
|
||||
/**
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function index()
|
||||
public function index(): void
|
||||
{
|
||||
$this->setAdminPrefs();
|
||||
$meta_title = $title = 'Category List';
|
||||
@@ -32,7 +32,7 @@ class AdminCategoryController extends BasePageController
|
||||
*
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function edit(Request $request)
|
||||
public function edit(Request $request): \Illuminate\Routing\Redirector|\Illuminate\Http\RedirectResponse
|
||||
{
|
||||
$this->setAdminPrefs();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user