芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/myvyralapp.com/bck/app/Mail/UserForgotPasswordCode.php
username = $username; $this->pwdCode = $pwdCode; } public function build() { return $this->view('mail-templates.user._forgot_password')->with(['username' => $this->username, 'code' => $this->pwdCode]); } }