Refactor various services and models for improved type handling and configuration management

This commit is contained in:
SitiWeb
2026-04-30 01:54:49 +02:00
parent f939133fe0
commit 39bdba2dfb
11 changed files with 40 additions and 33 deletions

View File

@@ -12,7 +12,7 @@ class ArticleCandidateDTO
public readonly string $content,
public readonly float $distance,
public readonly ?string $sourceUrl = null,
public readonly ?string $sourceArticleId = null,
public readonly ?int $sourceArticleId = null,
public readonly ?string $note = null,
public readonly array $allowedActions = []
) {}