1
0
Fork 0
mirror of synced 2024-07-06 15:11:21 +12:00

Merge branch 'refactor-usage-sn' of https://github.com/appwrite/appwrite into refactor-usage-sn

This commit is contained in:
Torsten Dittmann 2023-12-13 17:47:37 +01:00
commit 06cd61e53a

View file

@ -39,6 +39,7 @@ class Functions extends Action
{
$this
->desc('Functions worker')
->groups(['functions'])
->inject('message')
->inject('dbForProject')
->inject('queueForFunctions')