last changes since 6-2023
This commit is contained in:
parent
0341c9c189
commit
04d677d37a
142 changed files with 7895 additions and 2855 deletions
|
|
@ -29,9 +29,12 @@ class MailCredit extends Mailable
|
|||
|
||||
public function build()
|
||||
{
|
||||
$title = __('email.credit_title');
|
||||
$title = 'Hallo ';
|
||||
$copy1line = __('email.credit_copy1line');
|
||||
|
||||
if(isset($this->user_credit->user->account)){
|
||||
$title .= $this->user_credit->user->account->m_first_name.",";
|
||||
}
|
||||
$filename = $this->user_credit->filename;
|
||||
$disk = $this->user_credit->disk;
|
||||
$path = $this->user_credit->getDownloadPath();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue