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

@ -120,12 +120,13 @@ class handler {
$event = \local_webhooks\event\response_get::create(
array(
"context" => \context_system::instance(0),
"context" => \context_system::instance(0),
"objectid" => $callback->id,
"other" => array(
"status" => $status
"other" => array(
"status" => $status
)
)
));
);
$event->trigger();
}