芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/tblonline.org/app/Models/SupportMessage.php
belongsTo('App\Models\User', 'sender_id')->withDefault(); } public function ticket() { return $this->belongsTo('App\Models\SupportTicket', 'support_ticket_id')->withDefault(); } }