Skip to content

Commit 86ff8fa

Browse files
committed
Static tests
1 parent 198f6e0 commit 86ff8fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/Ui/Component/Listing/Column/GroupActions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function __construct(
6868
) {
6969
$this->urlBuilder = $urlBuilder;
7070
$this->escaper = $escaper;
71-
$this->groupManagement = $groupManagement ?: ObjectManager::getInstance()->get(GroupManagementInterface::class);;
71+
$this->groupManagement = $groupManagement ?: ObjectManager::getInstance()->get(GroupManagementInterface::class);
7272

7373
parent::__construct($context, $uiComponentFactory, $components, $data);
7474
}

0 commit comments

Comments
 (0)