Remove the queue from the core
This commit is contained in:
parent
bd13a73b2b
commit
46a99a05a1
12 changed files with 46 additions and 381 deletions
|
@ -685,11 +685,6 @@ Here is a complete list of all hook callbacks with file locations (as of 24-Sep-
|
|||
|
||||
Hook::callAll('notifier_end', $target_item);
|
||||
|
||||
### src/Worker/Queue.php
|
||||
|
||||
Hook::callAll('queue_predeliver', $r);
|
||||
Hook::callAll('queue_deliver', $params);
|
||||
|
||||
### src/Module/Login.php
|
||||
|
||||
Hook::callAll('authenticate', $addon_auth);
|
||||
|
|
|
@ -434,11 +434,6 @@ Eine komplette Liste aller Hook-Callbacks mit den zugehörigen Dateien (am 01-Ap
|
|||
|
||||
Hook::callAll('notifier_end', $target_item);
|
||||
|
||||
### src/Worker/Queue.php
|
||||
|
||||
Hook::callAll('queue_predeliver', $r);
|
||||
Hook::callAll('queue_deliver', $params);
|
||||
|
||||
### src/Module/Login.php
|
||||
|
||||
Hook::callAll('authenticate', $addon_auth);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue