mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 02:38:55 +00:00
Create Games service
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use App\Models\Category;
|
||||
use Blacklight\Games;
|
||||
use App\Services\GamesService;
|
||||
use Blacklight\Genres;
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
@@ -14,7 +14,7 @@ class GamesController extends BasePageController
|
||||
*/
|
||||
public function show(Request $request)
|
||||
{
|
||||
$games = new Games(['Settings' => $this->settings]);
|
||||
$games = new GamesService;
|
||||
$gen = new Genres(['Settings' => $this->settings]);
|
||||
|
||||
$concats = Category::getChildren(Category::PC_ROOT);
|
||||
|
||||
Reference in New Issue
Block a user