mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
feat: add builds worker group
This commit is contained in:
parent
39d45bdca9
commit
18335ebf89
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ class Builds extends Action
|
||||||
{
|
{
|
||||||
$this
|
$this
|
||||||
->desc('Builds worker')
|
->desc('Builds worker')
|
||||||
|
->groups(['builds'])
|
||||||
->inject('message')
|
->inject('message')
|
||||||
->inject('project')
|
->inject('project')
|
||||||
->inject('dbForPlatform')
|
->inject('dbForPlatform')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue