diff --git a/src/Appwrite/Platform/Workers/Functions.php b/src/Appwrite/Platform/Workers/Functions.php index 247286e47e..b1080645c2 100644 --- a/src/Appwrite/Platform/Workers/Functions.php +++ b/src/Appwrite/Platform/Workers/Functions.php @@ -39,6 +39,7 @@ class Functions extends Action { $this ->desc('Functions worker') + ->groups(['functions']) ->inject('message') ->inject('dbForProject') ->inject('queueForFunctions')