Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksagona committed Oct 29, 2023
1 parent 5d97cdb commit b6fe95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ $auditor->send();
```

An example of this is the `Pop\Db\Record` class from the `pop-db` component. It automatically tracks the
"dirty" values that have been changed while working with a record object. You can then be used the `getDirty()`
"dirty" values that have been changed while working with a record object. You can then used the `getDirty()`
method of the `Pop\Db\Record` class to return an array with the keys `old` and `new` and pass them off to
the auditor.

Expand Down

0 comments on commit b6fe95e

Please sign in to comment.