mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-14 22:29:33 +00:00
Revert "Change order of capabilities in PollinProvider.php"
This reverts commit fc2e7265be.
This commit is contained in:
parent
088ff9eb45
commit
db8fb4067d
1 changed files with 2 additions and 2 deletions
|
|
@ -244,8 +244,8 @@ class PollinProvider implements InfoProviderInterface
|
||||||
return [
|
return [
|
||||||
ProviderCapabilities::BASIC,
|
ProviderCapabilities::BASIC,
|
||||||
ProviderCapabilities::PICTURE,
|
ProviderCapabilities::PICTURE,
|
||||||
ProviderCapabilities::DATASHEET,
|
|
||||||
ProviderCapabilities::PRICE,
|
ProviderCapabilities::PRICE,
|
||||||
|
ProviderCapabilities::DATASHEET
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue