Create Games service

This commit is contained in:
DariusIII
2025-12-26 16:03:22 +01:00
parent 9cd4eaad32
commit f289938f81
10 changed files with 1805 additions and 1620 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ use App\Services\Releases\ReleaseSearchService;
use App\Services\BookService;
use App\Services\AnidbService;
use App\Services\XxxBrowseService;
use App\Services\GamesService;
use Blacklight\Console;
use Blacklight\Games;
use Blacklight\Music;
use App\Services\ReleaseExtraService;
use Illuminate\Http\Request;
@@ -118,7 +118,7 @@ class DetailsController extends BasePageController
$game = '';
if ($data['gamesinfo_id'] !== '') {
$game = (new Games)->getGamesInfoById($data['gamesinfo_id']);
$game = (new GamesService)->getGamesInfoById($data['gamesinfo_id']);
}
$mus = '';