mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-24 18:58:46 +02:00
Made mouser provider key lowercase to be consistent with other providers
This commit is contained in:
parent
33033bc5b1
commit
a0b31cfd7e
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ class MouserProvider implements InfoProviderInterface
|
||||||
|
|
||||||
public function getProviderKey(): string
|
public function getProviderKey(): string
|
||||||
{
|
{
|
||||||
return 'Mouser';
|
return 'mouser';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function isActive(): bool
|
public function isActive(): bool
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue