1
0
Fork 0
mirror of synced 2024-10-02 10:16:27 +13:00

migrations worker

This commit is contained in:
shimon 2023-10-01 21:06:25 +03:00
parent b02d51c794
commit b1da87f970

View file

@ -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())
;
}