Merge branch 'MDL-75025_final-deprecation-of-base_controller-set_copy' of https://github.com/ziegenberg/moodle

This commit is contained in:
Huong Nguyen 2024-07-17 14:20:50 +07:00
commit b964baf06e
No known key found for this signature in database
GPG key ID: 40D88AB693A3E72A
3 changed files with 21 additions and 28 deletions

View file

@ -0,0 +1,7 @@
issueNumber: MDL-75025
notes:
core_backup:
- message: >-
Final deprecation of base_controller::get_copy(). Please use
restore_controller::get_copy() instead.
type: removed

View file

@ -0,0 +1,6 @@
issueNumber: MDL-75025
notes:
core_backup:
- message: 'Final deprecation of base_controller::set_copy(). Please use a restore
controller for storing copy information instead.'
type: removed