@@ -13,7 +13,7 @@ |
||
13 | 13 | public function __construct( |
14 | 14 | Structures $structures = null, |
15 | 15 | Properties $properties = null |
16 | - ) { |
|
16 | + ) { |
|
17 | 17 | $this->structures = $structures ?? new Structures; |
18 | 18 | $this->properties = $properties ?? new Properties; |
19 | 19 | } |