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(); }