Remove afterpost() handling

This commit is contained in:
Philipp 2021-11-16 21:14:20 +01:00
parent 85304b6e8f
commit 8f741c8b78
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
7 changed files with 0 additions and 27 deletions

View file

@ -56,13 +56,6 @@ interface ICanHandleRequests
*/
public function post();
/**
* Called after post()
*
* Unknown purpose
*/
public function afterpost();
/**
* Module PUT method to process submitted data
*