diff --git a/app/Models/CourseRequestItem.php b/app/Models/CourseRequestItem.php index b6d7694..9b6e3b7 100755 --- a/app/Models/CourseRequestItem.php +++ b/app/Models/CourseRequestItem.php @@ -15,6 +15,7 @@ class CourseRequestItem extends Model 'course_id', 'user_id', 'group_id', + 'organization_id', 'start_date', 'end_date', ]; diff --git a/database/migrations/2026_04_01_082026_add_organization_id_to_course_request_items_table.php b/database/migrations/2026_04_01_082026_add_organization_id_to_course_request_items_table.php new file mode 100755 index 0000000..0ac86a5 --- /dev/null +++ b/database/migrations/2026_04_01_082026_add_organization_id_to_course_request_items_table.php @@ -0,0 +1,28 @@ +