mirror of
https://github.com/colymba/GridFieldBulkEditingTools.git
synced 2024-10-22 11:05:57 +02:00
Update HTTPBulkToolsResponse.php
This commit is contained in:
parent
ff9127739b
commit
a2aa7475a5
@ -360,4 +360,12 @@ class HTTPBulkToolsResponse extends HTTPResponse
|
|||||||
$this->createBody();
|
$this->createBody();
|
||||||
parent::outputBody();
|
parent::outputBody();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This empty function exists only for semver
|
||||||
|
*/
|
||||||
|
public function shutdown()
|
||||||
|
{
|
||||||
|
// noop
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user