aboutsummaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-11-18 05:31:25 +0300
committerValentin Popov <info@valentineus.link>2017-11-18 05:31:25 +0300
commit97140dccf76f878991853d827449ca608eb91864 (patch)
tree7017e6d948a6aaa0bd36a10921987cc614132322 /db
parentbf2cef3ea035f4487e4b41e3033c60b1f1f0ead3 (diff)
downloadlocal_webhooks-97140dccf76f878991853d827449ca608eb91864.tar.xz
local_webhooks-97140dccf76f878991853d827449ca608eb91864.zip
Aesthetics in the code
Diffstat (limited to 'db')
-rw-r--r--db/events.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/db/events.php b/db/events.php
index a5d585e..a2313c2 100644
--- a/db/events.php
+++ b/db/events.php
@@ -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
)
); \ No newline at end of file