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 9072901 commit 8d1a6bdCopy full SHA for 8d1a6bd
app/code/Magento/Eav/Model/Entity/AbstractEntity.php
@@ -231,8 +231,8 @@ abstract class AbstractEntity extends AbstractResource implements EntityInterfac
231
public function __construct(
232
Context $context,
233
$data = [],
234
- ?UniqueValidationInterface $uniqueValidator = null,
235
- ?AttributeLoaderInterface $attributeLoader = null
+ UniqueValidationInterface $uniqueValidator = null,
+ AttributeLoaderInterface $attributeLoader = null
236
) {
237
$this->_eavConfig = $context->getEavConfig();
238
$this->_resource = $context->getResource();
0 commit comments