We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffffa6f commit c778500Copy full SHA for c778500
classes/hook_callbacks.php
@@ -34,6 +34,6 @@ class hook_callbacks {
34
public static function after_config(\core\hook\after_config $hook): void {
35
global $CFG;
36
37
- require_once($CFG->dirroot . '/vendor/autoload.php');
+ require_once($CFG->dirroot . '/mod/cms/vendor/autoload.php');
38
}
39
0 commit comments