SessionHandler::getInstance()->disableTracking();
$preferredType = Helper::getPreferredContentType($request, [
- 'text/html',
'application/json',
+ 'text/html',
]);
return match ($preferredType) {
NoticeHandler::disableNotices();
$preferredType = Helper::getPreferredContentType($request, [
- 'text/html',
'application/json',
+ 'text/html',
]);
return HeaderUtil::withNoCacheHeaders(match ($preferredType) {
SessionHandler::getInstance()->disableTracking();
$preferredType = Helper::getPreferredContentType($request, [
- 'text/html',
'application/json',
+ 'text/html',
]);
return match ($preferredType) {
SessionHandler::getInstance()->disableTracking();
$preferredType = Helper::getPreferredContentType($request, [
- 'text/html',
'application/json',
+ 'text/html',
]);
return match ($preferredType) {
->formatWith(new PrependPath());
$preferredType = Helper::getPreferredContentType($request, [
- 'text/html',
'application/json',
+ 'text/html',
]);
return match ($preferredType) {