Rename the handler class

This commit is contained in:
2017-10-27 08:51:27 +04:00
parent af6ac9fb22
commit 1160a52753
2 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ defined("MOODLE_INTERNAL") || die();
$observers = array(
array(
"eventname" => "*",
"callback" => "\local_webhooks\\events::handler",
"callback" => "\local_webhooks\\handler::events",
"includefile" => null,
"priority" => 200,
"internal" => true