update database

This commit is contained in:
manhlab
2021-04-09 10:42:08 -04:00
parent 43ce9eebd5
commit 8c4ad4aabf
106 changed files with 545 additions and 545 deletions

View File

@@ -49,8 +49,8 @@ class DocumentReceived extends Notification implements ShouldQueue
return (new MailMessage)
->subject($this->document->type->name)
->greeting($this->document->type->name)
->line('Trích yếu: '. $this->document->abstract)
->action('Chi tiết', url($this->getPathToDocument()));
->line('Краткое содержание: '. $this->document->abstract)
->action('Деталь', url($this->getPathToDocument()));
}
/**