Added documentation for reichelt info provider

This commit is contained in:
Jan Böhmer 2025-02-20 16:46:47 +01:00
parent 3585b08d4b
commit 1e80be1376
2 changed files with 2 additions and 4 deletions

View file

@ -38,8 +38,6 @@ class ReicheltProvider implements InfoProviderInterface
public const DISTRIBUTOR_NAME = "Reichelt";
private const SEARCH_ENDPOINT = "https://www.reichelt.com/index.html?ACTION=446&LA=0&nbc=1&q=%s";
public function __construct(private readonly HttpClientInterface $client,
#[Autowire(env: "bool:PROVIDER_REICHELT_ENABLED")]
private readonly bool $enabled = true,