Update src/Capabilities/ICanHandleRequests.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
c95d47b0b4
commit
90cde9898b
|
@ -10,7 +10,7 @@ interface ICanHandleRequests
|
||||||
/**
|
/**
|
||||||
* Initialization method common to both content() and post()
|
* Initialization method common to both content() and post()
|
||||||
*
|
*
|
||||||
* Extend this method if you need to do any shared processing before both
|
* Extend this method if you need to do any shared processing before either
|
||||||
* content() or post()
|
* content() or post()
|
||||||
*/
|
*/
|
||||||
public function init();
|
public function init();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user