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.
2 parents 1124cbc + 3f125ac commit 1e2359aCopy full SHA for 1e2359a
src/Concerns/SnapshotIdAware.php
@@ -13,7 +13,7 @@ trait SnapshotIdAware
13
protected function getSnapshotId(): string
14
{
15
return (new ReflectionClass($this))->getShortName().'__'.
16
- $this->name().'__'.
+ $this->nameWithDataSet().'__'.
17
$this->snapshotIncrementor;
18
}
19
0 commit comments