Test hooks

This commit is contained in:
Dennis Eichhorn 2018-10-14 22:01:59 +02:00
parent d860f99cba
commit d18adb0b90

5
Admin/Hooks/Web/Api.php Normal file
View File

@ -0,0 +1,5 @@
<?php
return [
'some-hook-id-name:here' => '\some\function\to\call:functionname',
];