Update HTTPBulkToolsResponse.php

This commit is contained in:
Steve Boyd 2021-06-02 10:21:48 +12:00 committed by GitHub
parent ff9127739b
commit a2aa7475a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -360,4 +360,12 @@ class HTTPBulkToolsResponse extends HTTPResponse
$this->createBody();
parent::outputBody();
}
/**
* This empty function exists only for semver
*/
public function shutdown()
{
// noop
}
}