芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/lavishbdlifestyle.com/app/Models/Ticket.php
belongsTo(User::class); } public function ticketreplies() { return $this->hasMany(TicketReply::class)->orderBy('created_at', 'desc'); } }