File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
ContactGraphQlPwa/Model/Resolver Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ class ContactUs implements ResolverInterface
38
38
* @param \Magento\Contact\Model\MailInterface $mail
39
39
* @param \Magento\Contact\Model\ConfigInterface $contactConfig
40
40
* @param \Psr\Log\LoggerInterface $logger
41
+ * @param \Magento\Framework\Validator\EmailAddress $emailValidator
41
42
*/
42
43
public function __construct (
43
44
MailInterface $ mail ,
@@ -56,7 +57,7 @@ public function __construct(
56
57
*/
57
58
public function resolve (
58
59
Field $ field ,
59
- $ context ,
60
+ $ context ,
60
61
ResolveInfo $ info ,
61
62
array $ value = null ,
62
63
array $ args = null
@@ -87,6 +88,8 @@ public function resolve(
87
88
}
88
89
89
90
/**
91
+ * Get default values map
92
+ *
90
93
* @return string[]
91
94
*/
92
95
public function getDefaultValues (): array
You can’t perform that action at this time.
0 commit comments