mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-12 21:29:33 +00:00
Change order of capabilities in LCSCProvider.php
This commit is contained in:
parent
e6b155ba24
commit
dfd6f33e52
1 changed files with 1 additions and 1 deletions
|
|
@ -357,10 +357,10 @@ class LCSCProvider implements InfoProviderInterface
|
|||
{
|
||||
return [
|
||||
ProviderCapabilities::BASIC,
|
||||
ProviderCapabilities::FOOTPRINT,
|
||||
ProviderCapabilities::PICTURE,
|
||||
ProviderCapabilities::DATASHEET,
|
||||
ProviderCapabilities::PRICE,
|
||||
ProviderCapabilities::FOOTPRINT,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue