1
0
Fork 0
mirror of synced 2024-06-02 19:04:49 +12:00

Update webhooks.php

This commit is contained in:
Torsten Dittmann 2021-06-15 08:44:06 +02:00 committed by GitHub
parent 346b04b94b
commit 620980b316
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,6 @@ require_once __DIR__.'/../workers.php';
Console::title('Webhooks V1 Worker');
Console::success(APP_NAME.' webhooks worker v1 has started');
use Appwrite\Resque\Worker;
class WebhooksV1 extends Worker
{
@ -92,4 +91,4 @@ class WebhooksV1 extends Worker
public function shutdown(): void
{
}
}
}