mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Update controllers
This commit is contained in:
@@ -13,7 +13,7 @@ class AdminGameController extends BasePageController
|
||||
/**
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function index()
|
||||
public function index(): void
|
||||
{
|
||||
$this->setAdminPrefs();
|
||||
$game = new Games(['Settings' => null]);
|
||||
@@ -37,7 +37,7 @@ class AdminGameController extends BasePageController
|
||||
*
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function edit(Request $request)
|
||||
public function edit(Request $request): \Illuminate\Routing\Redirector|\Illuminate\Http\RedirectResponse
|
||||
{
|
||||
$this->setAdminPrefs();
|
||||
$games = new Games(['Settings' => null]);
|
||||
|
||||
Reference in New Issue
Block a user