mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
feat: add builds worker group
This commit is contained in:
parent
02de47f1dc
commit
098f891f7c
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ class Builds extends Action
|
|||
{
|
||||
$this
|
||||
->desc('Builds worker')
|
||||
->groups(['builds'])
|
||||
->inject('message')
|
||||
->inject('project')
|
||||
->inject('dbForPlatform')
|
||||
|
|
|
|||
Loading…
Reference in a new issue