diff options
author | Valentin Popov <info@valentineus.link> | 2018-02-25 00:32:29 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-02-25 00:32:29 +0300 |
commit | 9cf4fc575c8790fc0d079f021817d35a7b42de56 (patch) | |
tree | 236ff51d68caf08639eeec6d51e4455368988b57 /externallib.php | |
parent | f3c2ebbe4d07fd7abe5dbac8dd44e9c6f921c99e (diff) | |
download | local_webhooks-9cf4fc575c8790fc0d079f021817d35a7b42de56.tar.xz local_webhooks-9cf4fc575c8790fc0d079f021817d35a7b42de56.zip |
Correction of spacesv4.0.0-rc.2
Diffstat (limited to 'externallib.php')
-rw-r--r-- | externallib.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externallib.php b/externallib.php index f8a4dbd..07a2933 100644 --- a/externallib.php +++ b/externallib.php @@ -520,7 +520,7 @@ class local_webhooks_external extends external_api { * @return external_description * @since Moodle 2.2 */ - public static function delete_record_returns() { + public static function delete_record_returns() { return new external_value(PARAM_BOOL, "Result of execution."); } |