We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b3a28 commit 7d4ee3eCopy full SHA for 7d4ee3e
lib/internal/Magento/Framework/Validator/Builder.php
@@ -258,7 +258,7 @@ protected function _createConstraint(array $data)
258
$result = new \Magento\Framework\Validator\Constraint\Property(
259
$validator,
260
$data['property'],
261
- ['alias']
+ $data['alias']
262
);
263
} else {
264
$result = $this->_constraintFactory->create(['validator' => $validator, 'alias' => $data['alias']]);
0 commit comments