diff --git a/src/Appwrite/Platform/Services/Workers.php b/src/Appwrite/Platform/Services/Workers.php index 6ec841bf23..67ecf3dd55 100644 --- a/src/Appwrite/Platform/Services/Workers.php +++ b/src/Appwrite/Platform/Services/Workers.php @@ -33,7 +33,7 @@ class Workers extends Service ->addAction(Deletes::getName(), new Deletes()) ->addAction(UsageHook::getName(), new UsageHook()) ->addAction(Usage::getName(), new Usage()) - ->addAction(Usage::getName(), new Migrations()) + ->addAction(Migrations::getName(), new Migrations()) ; }