1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00

fix execute method name for worker rework

This commit is contained in:
Torsten Dittmann 2021-03-24 15:22:29 +01:00
parent 410fdecfb4
commit ed9c8f53cc
7 changed files with 7 additions and 7 deletions

View file

@ -19,7 +19,7 @@ class AuditsV1 extends Worker
{
}
public function execute(): void
public function run(): void
{
global $register;

View file

@ -25,7 +25,7 @@ class CertificatesV1 extends Worker
{
}
public function execute(): void
public function run(): void
{
global $register;

View file

@ -30,7 +30,7 @@ class DeletesV1 extends Worker
{
}
public function execute(): void
public function run(): void
{
$projectId = $this->args['projectId'];
$type = $this->args['type'];

View file

@ -21,7 +21,7 @@ class MailsV1 extends Worker
{
}
public function execute(): void
public function run(): void
{
global $register;

View file

@ -27,7 +27,7 @@ class TasksV1 extends Worker
{
}
public function execute(): void
public function run(): void
{
global $register;

View file

@ -21,7 +21,7 @@ class UsageV1 extends Worker
{
}
public function execute(): void
public function run(): void
{
global $register;

View file

@ -23,7 +23,7 @@ class WebhooksV1 extends Worker
{
}
public function execute(): void
public function run(): void
{
global $register;