mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 03:01:34 +00:00
Fix phpstan reported errors
This commit is contained in:
@@ -151,7 +151,7 @@ class RssController extends BasePageController
|
||||
$rss = app(RSS::class);
|
||||
$offset = 0;
|
||||
if ($request->missing('id')) {
|
||||
return response()->json(['error' => 'Category ID is missing'], '403');
|
||||
return response()->json(['error' => 'Category ID is missing'], 403);
|
||||
}
|
||||
|
||||
$user = $this->userCheck($request);
|
||||
|
||||
Reference in New Issue
Block a user