This commit is contained in:
+4
-4
@@ -24,12 +24,12 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$observers = array(
|
||||
array(
|
||||
$observers = [
|
||||
[
|
||||
'callback' => '\local_webhooks\handler::events',
|
||||
'eventname' => '*',
|
||||
'includefile' => null,
|
||||
'internal' => true,
|
||||
'priority' => 200,
|
||||
),
|
||||
);
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user