We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afff82e commit 17a24abCopy full SHA for 17a24ab
classes/local/entities/enrolment.php
classes/local/systemreports/course.php
@@ -16,10 +16,11 @@
16
17
namespace block_dedication\local\systemreports;
18
19
-use block_dedication\local\entities\{dedication, enrolment, groups};
+use block_dedication\local\entities\{dedication, groups};
20
use core_reportbuilder\local\helpers\database;
21
use core_reportbuilder\local\entities\user;
22
use core_reportbuilder\local\report\action;
23
+use core_course\reportbuilder\local\entities\enrolment;
24
use core_reportbuilder\system_report;
25
use moodle_url;
26
use pix_icon;
0 commit comments