Announcement

Collapse
No announcement yet.

How to edit entities without touching the 'modifiedAt' and 'modifiedBy' fields?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to edit entities without touching the 'modifiedAt' and 'modifiedBy' fields?

    I want to edit *only* the field I specify with entity->set

  • #2
    ->save($entity, ['skipModifiedBy' => true]);

    Comment


    • tothewine
      tothewine commented
      Editing a comment
      Nice, thank you.
Working...
X