From 5e7084de64d2623585111b4ae6226e9027108e80 Mon Sep 17 00:00:00 2001 From: Awilum Date: Mon, 7 Sep 2020 21:12:50 +0300 Subject: [PATCH] refactor(cors): update code according to coding doctrine coding standard --- src/flextype/Foundation/Cors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flextype/Foundation/Cors.php b/src/flextype/Foundation/Cors.php index 2e66812c..cabd5df1 100644 --- a/src/flextype/Foundation/Cors.php +++ b/src/flextype/Foundation/Cors.php @@ -13,7 +13,7 @@ use Psr\Http\Message\ResponseInterface; use Psr\Http\Message\ServerRequestInterface; use function count; -use function flextype; +use function use Flextype\Support\flextype; use function implode; class Cors