eee
This commit is contained in:
@@ -15,7 +15,7 @@ class NotFoundController extends Controller
|
|||||||
*/
|
*/
|
||||||
public function fail(): ResponseInterface
|
public function fail(): ResponseInterface
|
||||||
{
|
{
|
||||||
var_dump($this->request);
|
var_dump($this->request->getMethod());
|
||||||
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