Hi! Everyone, I need help
I am just create a cache response in controller according to official Docs… but it show error…
$checksum = md5(json_encode($services));
$response = $this->response->withEtag($checksum);
dd($response->checkNotModified($this->request));
so here is, it throw error