From cac852ba929ffc9df07c4a474bc4dce3b0235bdc Mon Sep 17 00:00:00 2001 From: Osama Date: Fri, 7 Jul 2017 00:24:34 +0200 Subject: [PATCH] Unused MethodNotAllowedException --- Slim/Http/Request.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Slim/Http/Request.php b/Slim/Http/Request.php index fb41112a6..1b96fef03 100644 --- a/Slim/Http/Request.php +++ b/Slim/Http/Request.php @@ -17,7 +17,6 @@ use Psr\Http\Message\StreamInterface; use Slim\Collection; use Slim\Exception\InvalidMethodException; -use Slim\Exception\MethodNotAllowedException; use Slim\Interfaces\Http\HeadersInterface; /**