mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 03:01:34 +00:00
Optimize userdata usage
This commit is contained in:
@@ -14,7 +14,7 @@ class AdultController extends BasePageController
|
||||
*/
|
||||
public function show(Request $request, string $id = ''): void
|
||||
{
|
||||
$this->setPrefs();
|
||||
$this->setPreferences();
|
||||
$adult = new XXX();
|
||||
|
||||
$moviecats = Category::getChildren(Category::XXX_ROOT);
|
||||
|
||||
Reference in New Issue
Block a user