mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-01-23 20:58:40 +00:00
6 lines
90 B
PHP
6 lines
90 B
PHP
<?php
|
|
|
|
return [
|
|
'some-hook-id-name:here' => '\some\function\to\call:functionname',
|
|
];
|