mirror of
https://github.com/flextype/flextype.git
synced 2025-08-07 05:36:54 +02:00
feat(endpoints): update Utils Endpoints class #565
This commit is contained in:
@@ -19,6 +19,14 @@ use function flextype;
|
||||
|
||||
class Utils extends Endpoints
|
||||
{
|
||||
/**
|
||||
* Clear cache
|
||||
*
|
||||
* @param ServerRequestInterface $request PSR7 request.
|
||||
* @param ResponseInterface $response PSR7 response.
|
||||
*
|
||||
* @return ResponseInterface Response.
|
||||
*/
|
||||
public function clearCache(ServerRequestInterface $request, ResponseInterface $response): ResponseInterface
|
||||
{
|
||||
// Get Query Params
|
||||
|
Reference in New Issue
Block a user