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 5b2786d + c202c20 commit 8bf4c21Copy full SHA for 8bf4c21
src/Mpociot/Versionable/VersionableTrait.php
@@ -268,7 +268,7 @@ private function isValidForVersioning()
268
$removeableKeys[] = $updatedAt;
269
}
270
271
- if (method_exists($this, 'getDeletedAtColumn') && ($deletedAt = $this->getDeletedAtColumn() !== null)) {
+ if (method_exists($this, 'getDeletedAtColumn') && ($deletedAt = $this->getDeletedAtColumn()) !== null) {
272
$removeableKeys[] = $deletedAt;
273
274
0 commit comments