@@ -109,6 +109,4 @@ |
||
109 | 109 | } |
110 | 110 | PHP; |
111 | 111 | eval($classStr); |
112 | - return $class; |
|
113 | - } |
|
114 | -} |
|
112 | + return $class |
|
115 | 113 | \ No newline at end of file |
@@ -187,6 +187,4 @@ |
||
187 | 187 | private function getEntityProperties(object $entity, RelationMap $relMap): array |
188 | 188 | { |
189 | 189 | return $this->classProperties[$entity::class] ??= $this->propertiesExtractor |
190 | - ->extract($entity, array_keys($relMap->getRelations())); |
|
191 | - } |
|
192 | -} |
|
190 | + ->extract($entity, array_keys($relMap->getRelations |
|
193 | 191 | \ No newline at end of file |