/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/cakephp/src/View
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/cakephp/src/View/NegotiationRequiredView.php (1836B)
getResponse()->withStatus(406);
$this->setResponse($response);
}
/**
* Renders view with no body and a 406 status code.
*
* @param string|null $template Name of template file to use
* @param string|false|null $layout Layout to use. False to disable.
* @return string Rendered content.
*/
public function render(?string $template = null, $layout = null): string
{
return '';
}
}