Skip to content

Commit

Permalink
Import statements must not begin with a leading backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjnelson committed Feb 28, 2024
1 parent b94ae24 commit 41b3185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion element/daterange/classes/element.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

namespace customcertelement_daterange;

use \mod_customcert\element_helper;
use mod_customcert\element_helper;

defined('MOODLE_INTERNAL') || die('Direct access to this script is forbidden.');

Expand Down

0 comments on commit 41b3185

Please sign in to comment.