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
@@ -23,10 +23,8 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
use core\{
di,
hook,
};
use core\di;
use core\hook;
require_once(__DIR__.'/../../testing/classes/util.php');
require_once(__DIR__ . "/coverage_info.php");