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
@@ -1,9 +1,7 @@
<?php
use core\{
di,
hook,
};
use core\di;
use core\hook;
defined('MOODLE_INTERNAL') || die;