This commit is contained in:
Jun Pataleta 2024-05-29 15:30:46 +08:00
commit 70c29d8d68
No known key found for this signature in database
GPG key ID: F83510526D99E2C7
4 changed files with 108 additions and 95 deletions

View file

@ -0,0 +1,11 @@
issueNumber: MDL-80275
notes:
core:
- message: >
The class autoloader has been moved to an earlier point in the Moodle
bootstrap.
Autoloaded classes are now available to scripts using the
`ABORT_AFTER_CONFIG` constant.
type: changed