Skip to content

Commit 4eda6d4

Browse files
remove changed_at dependecy from EntitiyManager comment
1 parent 9d89fe2 commit 4eda6d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/Notifications/Common/EntityManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ protected function persist(Model $model, Behaviors $behaviors): void
436436
}
437437

438438
// Stamp only now that we know an UPDATE will actually go out. The stamp adds
439-
// `changed_at` to the modified set, so re-extract to pick it up.
439+
// the changedAtColumn to the modified set, so re-extract to pick it up.
440440
$this->stampChangedAt($model);
441441
$data = $this->extract($model, $behaviors, $model->getModifiedProperties());
442442

0 commit comments

Comments
 (0)