From 19d837a91c76a1a964a8f30b2e353f6f0ba7ac9d Mon Sep 17 00:00:00 2001 From: mokaddem Date: Mon, 21 Jun 2021 08:48:28 +0200 Subject: [PATCH] fix: [application] Import bodyParser once --- src/Application.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Application.php b/src/Application.php index ee5c853..2da0df1 100644 --- a/src/Application.php +++ b/src/Application.php @@ -28,7 +28,6 @@ use Authentication\AuthenticationService; use Authentication\AuthenticationServiceInterface; use Authentication\AuthenticationServiceProviderInterface; use Authentication\Middleware\AuthenticationMiddleware; -use Cake\Http\Middleware\BodyParserMiddleware; use Psr\Http\Message\ServerRequestInterface; /** * Application setup class.