This commit is contained in:
Jake Barnby 2025-08-18 19:26:21 +12:00
parent 010e0fad7a
commit 34cf5a7c2f
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C
5 changed files with 5 additions and 5 deletions

View file

@ -56,4 +56,4 @@ class Create extends DatabaseCreate
->inject('queueForEvents')
->callback($this->action(...));
}
}
}

View file

@ -52,4 +52,4 @@ class Delete extends DatabaseDelete
->inject('queueForStatsUsage')
->callback($this->action(...));
}
}
}

View file

@ -46,4 +46,4 @@ class Get extends DatabaseGet
->inject('dbForProject')
->callback($this->action(...));
}
}
}

View file

@ -54,4 +54,4 @@ class Update extends DatabaseUpdate
->inject('queueForEvents')
->callback($this->action(...));
}
}
}

View file

@ -48,4 +48,4 @@ class XList extends DatabaseXList
->inject('dbForProject')
->callback($this->action(...));
}
}
}