fix: [application] Import bodyParser once

pull/59/head
mokaddem 2021-06-21 08:48:28 +02:00
parent 83161817d5
commit 19d837a91c
1 changed files with 0 additions and 1 deletions

View File

@ -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.