Skip to content

Commit 8caace4

Browse files
committed
AC-9851:Admin Integration Fix
1 parent 7725108 commit 8caace4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Integration/Controller/Adminhtml/Integration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public function __construct(
107107
\Magento\Integration\Helper\Data $integrationData,
108108
\Magento\Framework\Escaper $escaper,
109109
\Magento\Integration\Model\ResourceModel\Integration\Collection $integrationCollection,
110-
Validator $urlValidator = null
110+
Validator $urlValidator = null
111111
) {
112112
parent::__construct($context);
113113
$this->_registry = $registry;

0 commit comments

Comments
 (0)