Skip to content

Commit 088ff9e

Browse files
committed
https://github.com/Part-DB/Part-DB-server/pull/1151/files/edd5fb3319e9c8c4470476a70b6f398e3d545550#r2622249199
Revert "Change order of capabilities in LCSCProvider.php" This reverts commit dfd6f33.
1 parent edd5fb3 commit 088ff9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/InfoProviderSystem/Providers/LCSCProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,10 +446,10 @@ public function getCapabilities(): array
446446
{
447447
return [
448448
ProviderCapabilities::BASIC,
449-
ProviderCapabilities::FOOTPRINT,
450449
ProviderCapabilities::PICTURE,
451450
ProviderCapabilities::DATASHEET,
452451
ProviderCapabilities::PRICE,
452+
ProviderCapabilities::FOOTPRINT,
453453
];
454454
}
455455
}

0 commit comments

Comments
 (0)