Merge branch 'MDL-75578-master' of https://github.com/mackensen/moodle

This commit is contained in:
Andrew Nicols 2023-02-16 12:01:08 +08:00
commit 4a5cf23d07

View File

@ -26,6 +26,8 @@ namespace core_course\management;
defined('MOODLE_INTERNAL') || die;
require_once($CFG->dirroot . '/course/lib.php');
/**
* Course and category management interface helper class.
*