sync logs :D

This commit is contained in:
Lars Behrends
2025-10-19 14:54:33 +02:00
parent 7f13b180b9
commit 0f95458466
9 changed files with 184 additions and 35 deletions

View File

@@ -15,9 +15,9 @@ class SteamSyncService extends BaseSyncService
private int $newCount = 0;
private int $updatedCount = 0;
public function __construct(\PDO $pdo, array $source)
public function __construct(\PDO $pdo, array $source, ?int $existingSyncLogId = null)
{
parent::__construct($pdo, $source);
parent::__construct($pdo, $source, $existingSyncLogId);
$this->httpClient = new Client([
'timeout' => 30,
'headers' => [