mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 09:18:54 +00:00
Replace ! $request->has with new $request->missing
This commit is contained in:
@@ -30,7 +30,7 @@ class SiteController extends BasePageController
|
||||
|
||||
switch ($action) {
|
||||
case 'submit':
|
||||
if (! $request->has('book_reqids')) {
|
||||
if ($request->missing('book_reqids')) {
|
||||
$request->merge(['book_reqids' => []]);
|
||||
}
|
||||
$error = '';
|
||||
|
||||
Reference in New Issue
Block a user