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

Update deletes.php

This commit is contained in:
Everly Precia Suresh 2022-03-18 22:17:09 +05:30 committed by GitHub
parent 46c3da70a9
commit 51ea3b2cbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -571,6 +571,7 @@ class DeletesV1 extends Worker
$linodeBucket = App::getEnv('_APP_STORAGE_LINODE_BUCKET', '');
$linodeAcl = 'private';
return new Linode($root, $linodeAccessKey, $linodeSecretKey, $linodeBucket, $linodeRegion, $linodeAcl);
break;
}
$device->deletePath($document->getId());