From bcb3687b1544c23ad8cb09e8dd644d1d59f24cec Mon Sep 17 00:00:00 2001 From: Awilum Date: Thu, 13 Aug 2020 19:50:24 +0300 Subject: [PATCH] feat(core): Flextype Solid Core - next round #458 --- src/flextype/app/Foundation/Cors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flextype/app/Foundation/Cors.php b/src/flextype/app/Foundation/Cors.php index 30f15135..76225fba 100644 --- a/src/flextype/app/Foundation/Cors.php +++ b/src/flextype/app/Foundation/Cors.php @@ -29,7 +29,7 @@ class Cors */ public function __construct($flextype) { - $this->flextype = $flextype; + $this->flextype = $flextype; $this->container = $flextype->getContainer(); }