mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
MDL-57497 core_calendar: added new calendar event class
Moved calendar_event class to new location using replaceclasses.php Part of MDL-55611 epic.
This commit is contained in:
parent
e9dfeec94e
commit
e057f279e4
25 changed files with 901 additions and 877 deletions
|
@ -45,5 +45,7 @@ $renamedclasses = array(
|
|||
'core_competency\\external\\persistent_exporter' => 'core\\external\\persistent_exporter',
|
||||
'core_competency\\external\\comment_area_exporter' => 'core_comment\\external\\comment_area_exporter',
|
||||
'core_competency\\external\\stored_file_exporter' => 'core_files\\external\\stored_file_exporter',
|
||||
'core_competency\\external\\user_summary_exporter' => 'core_user\\external\\user_summary_exporter'
|
||||
'core_competency\\external\\user_summary_exporter' => 'core_user\\external\\user_summary_exporter',
|
||||
'core_search\area\base_activity' => 'core_search\base_activity',
|
||||
'calendar_event' => 'core_calendar\event'
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue