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:
Mark Nelson 2016-12-23 11:31:06 +08:00 committed by Damyon Wiese
parent e9dfeec94e
commit e057f279e4
25 changed files with 901 additions and 877 deletions

View file

@ -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'
);