eee
This commit is contained in:
@@ -16,6 +16,7 @@ class NotFoundController extends Controller
|
|||||||
public function fail(): ResponseInterface
|
public function fail(): ResponseInterface
|
||||||
{
|
{
|
||||||
var_dump($this->request->getMethod());
|
var_dump($this->request->getMethod());
|
||||||
|
var_dump($this->response);
|
||||||
if ($this->request->getMethod() == 'OPTIONS') {
|
if ($this->request->getMethod() == 'OPTIONS') {
|
||||||
return $this->response->html('');
|
return $this->response->html('');
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user