芝麻web文件管理V1.00
编辑当前文件:/home/palsarh/web/palsarh.in/public_html/app/Models/Certificate.php
belongsTo(Course::class); } public function user() { return $this->belongsTo(User::class)->withDefault(); } }