11 lines
158 B
PHP
11 lines
158 B
PHP
<?php
|
|
|
|
/**
|
|
* Default config header created during install
|
|
*/
|
|
|
|
return new oat\tao\model\webhooks\WebhookEventsService([
|
|
'supportedEvents' => [
|
|
]
|
|
]);
|