示例#1
0
 /**
  * Inject the deeplink in the email
  */
 public function parseDeeplink()
 {
     $this->templateVars['deeplink'] = $this->email->getDeeplink();
 }