$value) { $text = str_replace('{'.$key.'}', (string) $value, $text); } return $text; }; return [ 'subject' => $replace($this->subject), 'body' => $replace($this->body), ]; } }