mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-16 07:09:33 +00:00
Revert "Change order of capabilities in LCSCProvider.php"
This reverts commit dfd6f33e52.
This commit is contained in:
parent
edd5fb3319
commit
088ff9eb45
1 changed files with 1 additions and 1 deletions
|
|
@ -446,10 +446,10 @@ class LCSCProvider implements BatchInfoProviderInterface
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
ProviderCapabilities::BASIC,
|
ProviderCapabilities::BASIC,
|
||||||
ProviderCapabilities::FOOTPRINT,
|
|
||||||
ProviderCapabilities::PICTURE,
|
ProviderCapabilities::PICTURE,
|
||||||
ProviderCapabilities::DATASHEET,
|
ProviderCapabilities::DATASHEET,
|
||||||
ProviderCapabilities::PRICE,
|
ProviderCapabilities::PRICE,
|
||||||
|
ProviderCapabilities::FOOTPRINT,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue