Update Response.php

This commit is contained in:
Go Johansson 2022-12-24 18:17:04 +01:00
parent 928e83e1ab
commit 2021c02a02
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@
default:
header('Content-Type: application/json; charset=UTF-8');
$this->type = 'json';
$this->error(400, 'Invalid response type. Valid options are: csv, html, json, text.');
break;
}
}