コード例 #1
0
ファイル: EmailService.php プロジェクト: iteaoffice/general
 /**
  * Inject the deeplink in the email
  */
 public function parseDeeplink()
 {
     $this->templateVars['deeplink'] = $this->email->getDeeplink();
 }