@@ -99,7 +99,7 @@ |
||
99 | 99 | */ |
100 | 100 | public function getAssocations(): array |
101 | 101 | { |
102 | - return array_values($this->associations); |
|
102 | + return array_values($this->associations); |
|
103 | 103 | } |
104 | 104 | |
105 | 105 | /** |