clean up a few more things.
This commit is contained in:
@@ -108,7 +108,7 @@ return array(
|
||||
($request->spoofed()) ? $input = $_POST : parse_str(file_get_contents('php://input'), $input);
|
||||
}
|
||||
|
||||
unset($input['_REQUEST_METHOD_']);
|
||||
unset($input['_REQUEST_METHOD']);
|
||||
|
||||
return new Input($container->resolve('laravel.file'), $container->resolve('laravel.cookie'), $input, $_FILES);
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user