Skip to content

Commit

Permalink
Static tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard13 committed Jan 3, 2020
1 parent 198f6e0 commit 86ff8fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function __construct(
) {
$this->urlBuilder = $urlBuilder;
$this->escaper = $escaper;
$this->groupManagement = $groupManagement ?: ObjectManager::getInstance()->get(GroupManagementInterface::class);;
$this->groupManagement = $groupManagement ?: ObjectManager::getInstance()->get(GroupManagementInterface::class);

parent::__construct($context, $uiComponentFactory, $components, $data);
}
Expand Down

0 comments on commit 86ff8fa

Please sign in to comment.