Update src/Capabilities/ICanHandleRequests.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
@@ -10,7 +10,7 @@ interface ICanHandleRequests
|
||||
/**
|
||||
* 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()
|
||||
*/
|
||||
public function init();
|
||||
|
||||
Reference in New Issue
Block a user