mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 02:46:40 +02:00

They've been auto-generated for some time now, and we can make the newer `get_default_tables` method abstract to ensure it's always implemented.
8 lines
282 B
YAML
8 lines
282 B
YAML
issueNumber: MDL-80430
|
|
notes:
|
|
core_reportbuilder:
|
|
- message: >-
|
|
Final removal of support for `get_default_table_aliases` method.
|
|
Entities must now implement `get_default_tables`, which is now abstract,
|
|
to define the tables they use
|
|
type: removed
|