mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 04:01:24 +00:00
CS code fixes by pint
This commit is contained in:
@@ -36,8 +36,6 @@ class ForgotPasswordController extends Controller
|
||||
}
|
||||
|
||||
/**
|
||||
* @param \Illuminate\Http\Request $request
|
||||
*
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function showLinkRequestForm(Request $request): void
|
||||
@@ -91,9 +89,9 @@ class ForgotPasswordController extends Controller
|
||||
'meta_title' => $meta_title,
|
||||
'meta_keywords' => $meta_keywords,
|
||||
'meta_description' => $meta_description,
|
||||
'email' => $email,
|
||||
'apikey' => $rssToken,
|
||||
'sent' => $sent,
|
||||
'email' => $email,
|
||||
'apikey' => $rssToken,
|
||||
'sent' => $sent,
|
||||
]
|
||||
);
|
||||
app('smarty.view')->display($theme.'/basepage.tpl');
|
||||
|
||||
Reference in New Issue
Block a user