File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
app/code/Magento/Customer/Model Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 16
16
use Magento \Framework \View \Element \UiComponent \ContextInterface ;
17
17
use Magento \Customer \Api \Data \CustomerInterface ;
18
18
use Magento \Customer \Model \Config \Share as ShareConfig ;
19
+ use Magento \Customer \Model \FileUploaderDataResolver ;
19
20
20
21
/**
21
22
* Class to build meta data of the customer or customer address attribute
@@ -77,14 +78,14 @@ class AttributeMetadataResolver
77
78
/**
78
79
* @param CountryWithWebsites $countryWithWebsiteSource
79
80
* @param EavValidationRules $eavValidationRules
80
- * @param \Magento\Customer\Model\ FileUploaderDataResolver $fileUploaderDataResolver
81
+ * @param FileUploaderDataResolver $fileUploaderDataResolver
81
82
* @param ContextInterface $context
82
83
* @param ShareConfig $shareConfig
83
84
*/
84
85
public function __construct (
85
86
CountryWithWebsites $ countryWithWebsiteSource ,
86
87
EavValidationRules $ eavValidationRules ,
87
- fileUploaderDataResolver $ fileUploaderDataResolver ,
88
+ FileUploaderDataResolver $ fileUploaderDataResolver ,
88
89
ContextInterface $ context ,
89
90
ShareConfig $ shareConfig
90
91
) {
You can’t perform that action at this time.
0 commit comments