aboutsummaryrefslogtreecommitdiff
path: root/classes/service_form.php
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2018-11-02 01:38:31 +0300
committerValentin Popov <info@valentineus.link>2018-11-02 01:38:31 +0300
commit9cb5bd07602fc080a86949e431f8d99036dd91d1 (patch)
tree15ec9579aece7e06c6e63621fad1865e42985580 /classes/service_form.php
parent2f04aeab6d7b899a661763e20fdd2e58e635b74d (diff)
downloadlocal_webhooks-9cb5bd07602fc080a86949e431f8d99036dd91d1.tar.xz
local_webhooks-9cb5bd07602fc080a86949e431f8d99036dd91d1.zip
Bug fixes
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'classes/service_form.php')
-rw-r--r--classes/service_form.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/classes/service_form.php b/classes/service_form.php
index eef6e5c..aad08f2 100644
--- a/classes/service_form.php
+++ b/classes/service_form.php
@@ -34,13 +34,6 @@ require_once($CFG->libdir . '/formslib.php');
*/
class service_edit_form extends moodleform {
/**
- * @param string $baseurl
- */
- public function __construct($baseurl) {
- parent::__construct($baseurl);
- }
-
- /**
* Defines the standard structure of the form.
*
* @throws \coding_exception
@@ -114,13 +107,6 @@ class service_edit_form extends moodleform {
*/
class service_backup_form extends moodleform {
/**
- * @param string $baseurl
- */
- public function __construct($baseurl) {
- parent::__construct($baseurl);
- }
-
- /**
* Defines the standard structure of the form.
*
* @throws \coding_exception