1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-10 15:14:20 +02:00

feat(core): Flextype Solid Core - next round #458

This commit is contained in:
Awilum
2020-08-13 19:50:24 +03:00
parent 046961c69c
commit bcb3687b15

View File

@@ -29,7 +29,7 @@ class Cors
*/
public function __construct($flextype)
{
$this->flextype = $flextype;
$this->flextype = $flextype;
$this->container = $flextype->getContainer();
}