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 12c738e commit dd34452Copy full SHA for dd34452
app/code/Magento/Customer/Controller/Account/CreatePost.php
@@ -474,7 +474,7 @@ protected function getSuccessMessage()
474
* @return MessageInterface
475
* @throws \Magento\Framework\Exception\NoSuchEntityException
476
*/
477
- protected function getMessageManagerSuccessMessage(): MessageInterface
+ private function getMessageManagerSuccessMessage(): MessageInterface
478
{
479
if ($this->addressHelper->isVatValidationEnabled()) {
480
if ($this->addressHelper->getTaxCalculationAddressType() == Address::TYPE_SHIPPING) {
0 commit comments