芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/qrafiqxcreativeagency.com/accounts/office/app/Notifications/TwoFactorCode.php
company = $notifiable->company; $twoFaCode = '
' . $notifiable->userAuth->two_factor_code . '
'; $content = __('email.twoFactor.line1') . '
' . new HtmlString($twoFaCode) . '
' . __('email.twoFactor.line2') . '
' . __('email.twoFactor.line3'); return $build ->markdown('mail.email', [ 'content' => $content, 'notifiableName' => $notifiable->name ]); } }