aboutsummaryrefslogtreecommitdiff
path: root/classes/forms.php
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-10-25 08:25:54 +0300
committerValentin Popov <info@valentineus.link>2017-10-25 08:25:54 +0300
commit2422592c743aca1163eacc31f4faccbb5d4661f8 (patch)
tree2f1bdb9d378986417cf812467c18d899aca834f6 /classes/forms.php
parentd235d49dc6214ff916f0f5177d27a0cdd4685ec3 (diff)
downloadlocal_webhooks-2422592c743aca1163eacc31f4faccbb5d4661f8.tar.xz
local_webhooks-2422592c743aca1163eacc31f4faccbb5d4661f8.zip
Correcting the style of the code
Diffstat (limited to 'classes/forms.php')
-rw-r--r--classes/forms.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/forms.php b/classes/forms.php
index c232a7b..c95b280 100644
--- a/classes/forms.php
+++ b/classes/forms.php
@@ -27,6 +27,7 @@ namespace local_webhooks;
defined("MOODLE_INTERNAL") || die();
require_once($CFG->libdir . "/formslib.php");
+
use lang_string;
use moodleform;