mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
Merge branch 'feat-265-realtime' of https://github.com/appwrite/appwrite into feat-265-realtime-usage
This commit is contained in:
commit
03b03bbcc2
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue