-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8f1109e
commit f4cc004
Showing
3 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
<?php | ||
namespace mod_adleradaptivity\event; | ||
|
||
use core\event\course_module_instance_list_viewed as core_event_course_module_instance_list_viewed; | ||
|
||
defined('MOODLE_INTERNAL') || die(); | ||
|
||
/** | ||
* The mod_adleradaptivity instance list viewed event. | ||
* | ||
* @package mod_adleradaptivity | ||
*/ | ||
class course_module_instance_list_viewed extends \core\event\course_module_instance_list_viewed { | ||
class course_module_instance_list_viewed extends core_event_course_module_instance_list_viewed { | ||
// No code required here as the parent class handles it all. | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters