getCustomer(); } parent::__construct($customer); } public function getTemplateName(): string { return 'emails.members.could_not_pay_notice'; } public function getSubject(): string { return "定期駐車場料金未納のお知らせ"; } public function getMemberParams(): array { return [ 'url' => $this->getAppUrl([ 'login', ]), 'smbc_register_url' => $this->getAppUrl([ 'dashboard', 'update', 'user', 'back-register', ]), ]; } }