mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-17 15:49:34 +00:00
Update BuerklinProvider.php
Change Order of Capabilities
This commit is contained in:
parent
2bef313d62
commit
e6b155ba24
1 changed files with 1 additions and 1 deletions
|
|
@ -307,10 +307,10 @@ class BuerklinProvider implements InfoProviderInterface
|
||||||
{
|
{
|
||||||
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