for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* MIT License
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
*/
namespace SprykerEco\Zed\Inxmail\Business\Mapper\Customer;
class CustomerResetPasswordMapper extends AbstractCustomerMapper
{
* @return string
protected function getEvent(): string
return $this->config->getInxmailEventCustomerResetPassword();
}