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:56:12 +05:30 committed by GitHub
parent fc8397de79
commit c407c83615
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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