Fix: Добавлена migration для organization_id в course_request_items
✅ organization_id в таблицу ✅ Добавлено в fillable модели Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
@@ -15,6 +15,7 @@ class CourseRequestItem extends Model
|
||||
'course_id',
|
||||
'user_id',
|
||||
'group_id',
|
||||
'organization_id',
|
||||
'start_date',
|
||||
'end_date',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user