We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ffffa6f + c778500 commit 5896c5fCopy full SHA for 5896c5f
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