芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/app/Notifications/TwoFactorCode.php
company = $notifiable->company; $twoFaCode = '
' . $notifiable->two_factor_code . '
'; return parent::build() ->greeting(__('email.hello') . ' ' . mb_ucwords($notifiable->name) . ',') ->line(__('email.twoFactor.line1')) ->line(new HtmlString($twoFaCode)) ->line(__('email.twoFactor.line2')) ->line(__('email.twoFactor.line3')); } }