Added documentation

This commit is contained in:
Michael 2018-11-10 16:55:12 +00:00
parent 033bf65f2c
commit 3d8a343ab2
1 changed files with 3 additions and 0 deletions

View File

@ -693,6 +693,9 @@ Here is a complete list of all hook callbacks with file locations (as of 24-Sep-
Addon::callHooks('logged_in', $a->user);
### src/Core/Hook.php
self::callSingle(self::getApp(), 'hook_fork', $fork_hook, $hookdata);
### src/Core/Worker.php