app->trans("mail:: test email sended", [], 'messages', $this->getLocale()); } /** * {@inheritdoc} */ public function getMessage() { return $this->app->trans("mail:: test sended from %application%", ['%application%' => $this->getPhraseanetTitle()], 'messages', $this->getLocale()); } /** * {@inheritdoc} */ public function getButtonText() { return $this->getPhraseanetTitle(); } /** * {@inheritdoc} */ public function getButtonURL() { return $this->app->url('root'); } }