芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/tblonline.org/app/Mail/ContactUs.php
content = $content; } /** * Build the message. * * @return $this */ public function build() { return $this->subject($this->content->subject) ->markdown('email.contact') ->with('content', $this->content); } }