app->trans('A document has been quarantined'); } /** * {@inheritdoc} */ public function getMessage() { return $this->app->trans('A file has been thrown to the quarantine.'); } /** * {@inheritdoc} */ public function getButtonText() { return $this->app->trans('Access quarantine'); } /** * {@inheritdoc} */ public function getButtonURL() { return $this->app->url('root'); } }