Skip to content

Commit

Permalink
issue #909: fix CI complain
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriim committed Nov 14, 2024
1 parent 11e9fa7 commit 706d8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/local/hooks/after_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ class after_config {
public static function callback(\core\hook\after_config $hook): void {
global $CFG;

require_once ($CFG->dirroot. '/admin/tool/dataflows/lib.php');
require_once($CFG->dirroot. '/admin/tool/dataflows/lib.php');
}
}

0 comments on commit 706d8b3

Please sign in to comment.