SAAS-517: Create Provisioning controller with a terminate endpoint
This commit is contained in:
parent
008ffa025a
commit
891cfdb48e
5 changed files with 70 additions and 37 deletions
|
@ -42,5 +42,10 @@ class ProxyStorageBackend extends StorageBackend
|
|||
{
|
||||
$this->storageBackend->deletePhysicalFile($resourceId);
|
||||
}
|
||||
|
||||
public function deleteObjects()
|
||||
{
|
||||
$this->storageBackend->deleteObjects();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue