i dont know

This commit is contained in:
Lars Behrends
2025-10-20 23:40:55 +02:00
parent 552bb72370
commit 73d8441787
33 changed files with 3079 additions and 69 deletions

View File

@@ -30,7 +30,7 @@ class XbvrSyncService extends BaseSyncService
]
]);
$this->imageDownloader = new ImageDownloader('public/images');
$this->imageDownloader = new ImageDownloader(__DIR__ . '/../../storage/images');
}
protected function executeSync(string $syncType): void