Skip to content

Commit 5f303bd

Browse files
authored
Update SetList.php
1 parent d972498 commit 5f303bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Block/SetList.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ public function getIdentities(): array
325325
}
326326

327327
foreach ($this->_getEntityCollection() as $entity) {
328-
$identities[] = $item->getIdentities();
328+
$identities[] = $entity->getIdentities();
329329
}
330330

331331
$identities = array_merge([], ...$identities);
@@ -397,4 +397,4 @@ private function configureToolbar(Toolbar $toolbar, Collection $collection)
397397
$toolbar->setCollection($collection);
398398
$this->setChild('toolbar', $toolbar);
399399
}
400-
}
400+
}

0 commit comments

Comments
 (0)