@@ -44,7 +44,8 @@ |
||
44 | 44 | { |
45 | 45 | private $context = null; |
46 | 46 | |
47 | - public function __construct(?BaseConfig $config = null) { |
|
47 | + public function __construct(?BaseConfig $config = null) |
|
48 | + { |
|
48 | 49 | $this->context = new Context($config); |
49 | 50 | } |
50 | 51 |