Aesthetics in the code

This commit is contained in:
2017-11-18 06:31:25 +04:00
parent bf2cef3ea0
commit 97140dccf7
8 changed files with 43 additions and 38 deletions

View File

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