mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:01:24 +00:00
Replace ! $request->has with new $request->missing
This commit is contained in:
@@ -51,7 +51,7 @@ class ResetPasswordController extends Controller
|
||||
$error = '';
|
||||
$confirmed = '';
|
||||
$onscreen = '';
|
||||
if (! $request->has('guid')) {
|
||||
if ($request->missing('guid')) {
|
||||
$error = 'No reset code provided.';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user