. /** * This file contains mappings for classes that have been renamed so that they meet the requirements of the autoloader. * * @package report_configlog * @copyright 2022 Paul Holden * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $renamedclasses = [ // Since Moodle 4.1. 'report_configlog\\local\\systemreports\\config_changes' => 'report_configlog\\reportbuilder\\local\\systemreports\\config_changes', 'report_configlog\\local\\entities\\config_change' => 'report_configlog\\reportbuilder\\local\\entities\\config_change', ];