Made mouser provider key lowercase to be consistent with other providers

This commit is contained in:
Jan Böhmer 2023-10-07 23:49:04 +02:00
parent 33033bc5b1
commit a0b31cfd7e

View file

@ -74,7 +74,7 @@ class MouserProvider implements InfoProviderInterface
public function getProviderKey(): string
{
return 'Mouser';
return 'mouser';
}
public function isActive(): bool