Skip to content

Commit d6c94f9

Browse files
committed
added normalization classes.
1 parent 4ef27eb commit d6c94f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Service/Generator/Normalization/Context/NormalizationContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function getTableResults(string $tableName): array
5454
*/
5555
public function hasChanged(): bool
5656
{
57-
return $this->serializeEntity($this->current) !== $this->serializeEntity($this->previous);
57+
return $this->serializeEntity($this->getCurrent()) !== $this->serializeEntity($this->getPrevious());
5858
}
5959

6060
/**

0 commit comments

Comments
 (0)