Skip to content

Commit 07420b3

Browse files
committed
IBX-10289: remove unused const
1 parent b1c09df commit 07420b3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/lib/UI/Config/Provider/Module/DamWidget.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@
5252
*/
5353
final class DamWidget implements ProviderInterface
5454
{
55-
private const IMAGE_TYPE_ID = 5;
56-
5755
/** @phpstan-var TConfig */
5856
private array $config;
5957

@@ -106,7 +104,6 @@ private function getImageConfig(): array
106104
'enableMultipleDownload' => extension_loaded('zip'),
107105
];
108106

109-
110107
// The content type may not have the default fields; in that case, don't add the aggregations
111108
foreach ($this->config['image']['aggregations'] as $key => $aggregation) {
112109
try {

0 commit comments

Comments
 (0)