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