mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 02:08:57 +00:00
Replace ! $request->has with new $request->missing
This commit is contained in:
@@ -20,7 +20,7 @@ class AjaxController extends BasePageController
|
||||
*/
|
||||
public function ajaxAction(Request $request)
|
||||
{
|
||||
if (! $request->has('action')) {
|
||||
if ($request->missing('action')) {
|
||||
exit();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user