1
0
Fork 0
mirror of synced 2024-06-28 11:10:46 +12:00

Merge pull request #3587 from appwrite/format-remove-unused-param

Remove unused property
This commit is contained in:
Eldad A. Fux 2022-08-11 14:23:47 +03:00 committed by GitHub
commit 0f3efde288
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,11 +20,6 @@ Console::success(APP_NAME . ' deletes worker v1 has started' . "\n");
class DeletesV1 extends Worker
{
/**
* @var Database
*/
protected $consoleDB = null;
public function getName(): string
{
return "deletes";