We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef27eb commit d6c94f9Copy full SHA for d6c94f9
src/Service/Generator/Normalization/Context/NormalizationContext.php
@@ -54,7 +54,7 @@ public function getTableResults(string $tableName): array
54
*/
55
public function hasChanged(): bool
56
{
57
- return $this->serializeEntity($this->current) !== $this->serializeEntity($this->previous);
+ return $this->serializeEntity($this->getCurrent()) !== $this->serializeEntity($this->getPrevious());
58
}
59
60
/**
0 commit comments