Skip to content

Commit

Permalink
Merge 448234d into c138554
Browse files Browse the repository at this point in the history
  • Loading branch information
amreladawy committed Feb 28, 2017
2 parents c138554 + 448234d commit e753424
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Slim/Http/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ class Request extends Message implements ServerRequestInterface
'POST' => 1,
'PUT' => 1,
'TRACE' => 1,
'LINK' => 1,
'UNLINK' => 1,

];

/**
Expand Down

0 comments on commit e753424

Please sign in to comment.