This commit is contained in:
Jake Barnby
2025-08-18 19:26:21 +12:00
parent 010e0fad7a
commit 34cf5a7c2f
5 changed files with 5 additions and 5 deletions
@@ -56,4 +56,4 @@ class Create extends DatabaseCreate
->inject('queueForEvents')
->callback($this->action(...));
}
}
}
@@ -52,4 +52,4 @@ class Delete extends DatabaseDelete
->inject('queueForStatsUsage')
->callback($this->action(...));
}
}
}
@@ -46,4 +46,4 @@ class Get extends DatabaseGet
->inject('dbForProject')
->callback($this->action(...));
}
}
}
@@ -54,4 +54,4 @@ class Update extends DatabaseUpdate
->inject('queueForEvents')
->callback($this->action(...));
}
}
}
@@ -48,4 +48,4 @@ class XList extends DatabaseXList
->inject('dbForProject')
->callback($this->action(...));
}
}
}