diff options
Diffstat (limited to 'classes/service_form.php')
-rw-r--r-- | classes/service_form.php | 14 |
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 |