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