SAAS-517: Create Provisioning controller with a terminate endpoint

This commit is contained in:
drigato 2014-12-11 13:35:34 -05:00
parent 008ffa025a
commit 891cfdb48e
5 changed files with 70 additions and 37 deletions

View file

@ -42,5 +42,10 @@ class ProxyStorageBackend extends StorageBackend
{
$this->storageBackend->deletePhysicalFile($resourceId);
}
public function deleteObjects()
{
$this->storageBackend->deleteObjects();
}
}