adding support for attaching filters based on URI routing.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
This commit is contained in:
@@ -98,8 +98,7 @@ switch (Request::method())
|
||||
$input = $_POST;
|
||||
break;
|
||||
|
||||
case 'PUT':
|
||||
case 'DELETE':
|
||||
default:
|
||||
if (Request::spoofed())
|
||||
{
|
||||
$input = $_POST;
|
||||
|
||||
Reference in New Issue
Block a user