tests working with emails alsog
This commit is contained in:
@@ -77,7 +77,7 @@ class ContactUsComponent extends Component
|
||||
/**
|
||||
* @return EntityInterface|ContactUsFormSubmission
|
||||
*/
|
||||
public function processContactUsForm(EntityInterface $contactUsFormSubmission, array $postData = null)
|
||||
public function processContactUsForm(EntityInterface $contactUsFormSubmission, array|null $postData)
|
||||
{
|
||||
if (!isset($postData)) {
|
||||
$postData = $this->getController()->getRequest()->getData();
|
||||
|
||||
Reference in New Issue
Block a user