mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
usage updates
This commit is contained in:
parent
219b28e9bf
commit
e1e5f5d96b
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ use Appwrite\Platform\Workers\Builds;
|
|||
use Appwrite\Platform\Workers\Deletes;
|
||||
use Appwrite\Platform\Workers\Hamster;
|
||||
use Appwrite\Platform\Workers\Usage;
|
||||
use Appwrite\Platform\Workers\UsageHook;
|
||||
use Appwrite\Platform\Workers\UsageDump;
|
||||
use Appwrite\Platform\Workers\Migrations;
|
||||
|
||||
class Workers extends Service
|
||||
|
|
@ -33,7 +33,7 @@ class Workers extends Service
|
|||
->addAction(Builds::getName(), new Builds())
|
||||
->addAction(Deletes::getName(), new Deletes())
|
||||
->addAction(Hamster::getName(), new Hamster())
|
||||
->addAction(UsageHook::getName(), new UsageHook())
|
||||
->addAction(UsageDump::getName(), new UsageDump())
|
||||
->addAction(Usage::getName(), new Usage())
|
||||
->addAction(Migrations::getName(), new Migrations())
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue