mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-19 16:49:34 +00:00
Fix typo and copy-paste error
This commit is contained in:
parent
b8d5b83eee
commit
b9aee032c8
2 changed files with 3 additions and 3 deletions
|
|
@ -49,8 +49,8 @@ class PollinProvider implements InfoProviderInterface
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
'name' => 'Pollin',
|
'name' => 'Pollin',
|
||||||
'description' => 'Webscrapping from pollin.de to get part information',
|
'description' => 'Webscraping from pollin.de to get part information',
|
||||||
'url' => 'https://www.reichelt.de/',
|
'url' => 'https://www.pollin.de/',
|
||||||
'disabled_help' => 'Set PROVIDER_POLLIN_ENABLED env to 1'
|
'disabled_help' => 'Set PROVIDER_POLLIN_ENABLED env to 1'
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -57,7 +57,7 @@ class ReicheltProvider implements InfoProviderInterface
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
'name' => 'Reichelt',
|
'name' => 'Reichelt',
|
||||||
'description' => 'Webscrapping from reichelt.com to get part information',
|
'description' => 'Webscraping from reichelt.com to get part information',
|
||||||
'url' => 'https://www.reichelt.com/',
|
'url' => 'https://www.reichelt.com/',
|
||||||
'disabled_help' => 'Set PROVIDER_REICHELT_ENABLED env to 1'
|
'disabled_help' => 'Set PROVIDER_REICHELT_ENABLED env to 1'
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue