1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12:00

Update app/workers/database.php

Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
This commit is contained in:
Eldad A. Fux 2021-08-23 23:40:14 +03:00 committed by GitHub
parent 130d567ecf
commit 0b30691879
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,6 @@ class DatabaseV1 extends Worker
public function run(): void
{
Authorization::disable();
$projectId = $this->args['projectId'] ?? '';
$type = $this->args['type'] ?? '';
$collection = $this->args['collection'] ?? [];