Update Response.php
This commit is contained in:
parent
928e83e1ab
commit
2021c02a02
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue