@@ -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 | /** |
@@ -47,7 +47,7 @@ |
||
47 | 47 | $entity = $stub->getEntity(); |
48 | 48 | $stubs = $entity->getStubs(); |
49 | 49 | if(array_key_exists($oldName, $stubs)){ |
50 | - //unset($stubs[$oldName]); |
|
50 | + //unset($stubs[$oldName]); |
|
51 | 51 | } |
52 | 52 | $stubs[$stubNew->getRelationName()] = $stubNew; |
53 | 53 | $entity->setStubs($stubs); |