MDL-81456 core: Correct namespace imports

This commit is contained in:
Andrew Nicols
2024-04-09 16:13:42 +08:00
parent 4475617583
commit 62c560dff2
9 changed files with 18 additions and 36 deletions
+2 -4
View File
@@ -27,10 +27,8 @@
defined('MOODLE_INTERNAL') || die;
use core\{
di,
hook,
};
use core\di;
use core\hook;
use core_courseformat\formatactions;
use core_grades\component_gradeitems;