芝麻web文件管理V1.00
编辑当前文件:/home/unicorntechnolog/public_html/demo/app/Comment.php
belongsTo(Ticket::class); } public function user() { return $this->belongsTo(User::class); } public function admin() { return $this->belongsTo(Admin::class); } }