File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed
src/Services/InfoProviderSystem/Providers Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -88,10 +88,10 @@ public function getCapabilities(): array
8888 {
8989 return [
9090 ProviderCapabilities::BASIC ,
91- ProviderCapabilities::FOOTPRINT ,
9291 ProviderCapabilities::PICTURE ,
9392 ProviderCapabilities::DATASHEET ,
9493 ProviderCapabilities::PRICE ,
94+ ProviderCapabilities::FOOTPRINT ,
9595 ];
9696 }
9797
Original file line number Diff line number Diff line change @@ -307,6 +307,7 @@ public function getCapabilities(): array
307307 ProviderCapabilities::BASIC ,
308308 ProviderCapabilities::PICTURE ,
309309 ProviderCapabilities::DATASHEET ,
310+ ProviderCapabilities::PRICE ,
310311 ];
311312 }
312313}
Original file line number Diff line number Diff line change @@ -399,10 +399,10 @@ public function getCapabilities(): array
399399 {
400400 return [
401401 ProviderCapabilities::BASIC ,
402- ProviderCapabilities::FOOTPRINT ,
403402 ProviderCapabilities::PICTURE ,
404403 ProviderCapabilities::DATASHEET ,
405404 ProviderCapabilities::PRICE ,
405+ ProviderCapabilities::FOOTPRINT ,
406406 ];
407407 }
408408}
Original file line number Diff line number Diff line change @@ -244,8 +244,8 @@ public function getCapabilities(): array
244244 return [
245245 ProviderCapabilities::BASIC ,
246246 ProviderCapabilities::PICTURE ,
247+ ProviderCapabilities::DATASHEET ,
247248 ProviderCapabilities::PRICE ,
248- ProviderCapabilities::DATASHEET
249249 ];
250250 }
251251}
Original file line number Diff line number Diff line change @@ -290,10 +290,10 @@ public function getCapabilities(): array
290290 {
291291 return [
292292 ProviderCapabilities::BASIC ,
293- ProviderCapabilities::FOOTPRINT ,
294293 ProviderCapabilities::PICTURE ,
295294 ProviderCapabilities::DATASHEET ,
296295 ProviderCapabilities::PRICE ,
296+ ProviderCapabilities::FOOTPRINT ,
297297 ];
298298 }
299299}
You can’t perform that action at this time.
0 commit comments