aboutsummaryrefslogtreecommitdiff
path: root/classes/local/api.php
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2019-05-10 14:22:48 +0300
committerValentin Popov <info@valentineus.link>2019-05-10 14:22:48 +0300
commite84ac6859a9eebe185b44ddb7ee44eafdfff5be1 (patch)
treef8261b86f3a084c55892fec52d85ea830984b932 /classes/local/api.php
parente550237b4becf3960801c7dddf7a92d712000a0f (diff)
downloadlocal_webhooks-e84ac6859a9eebe185b44ddb7ee44eafdfff5be1.tar.xz
local_webhooks-e84ac6859a9eebe185b44ddb7ee44eafdfff5be1.zip
Renamed a classes function "delete_service"
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'classes/local/api.php')
-rw-r--r--classes/local/api.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/local/api.php b/classes/local/api.php
index eedcdbd..eb713e4 100644
--- a/classes/local/api.php
+++ b/classes/local/api.php
@@ -81,7 +81,7 @@ final class api {
*
* @throws \dml_exception
*/
- public static function delete_service(int $id): bool {
+ public static function del_service(int $id): bool {
global $DB;
$DB->delete_records(LW_TABLE_EVENTS, ['serviceid' => $id]);