Added missing info hint how to enable reichelt provider

This commit is contained in:
Jan Böhmer 2025-02-20 16:56:21 +01:00
parent d176b68fd2
commit 7be966122f
2 changed files with 13 additions and 1 deletions

View file

@ -59,7 +59,7 @@ class ReicheltProvider implements InfoProviderInterface
'name' => 'Reichelt',
'description' => 'Webscrapping from reichelt.com to get part information',
'url' => 'https://www.reichelt.com/',
'disabled_help' => 'TODO'
'disabled_help' => 'Set PROVIDER_REICHELT_ENABLED env to 1'
];
}