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.
1 parent f84fc12 commit ba04082Copy full SHA for ba04082
README.md
@@ -63,7 +63,8 @@ public function getAuditLogIgnoredFields() : array
63
}
64
```
65
66
-####Pivots
+### Working with Pivot Tables
67
+
68
Audit log can also support changes on pivot models as well.
69
70
In this example we have a `posts` and `tags` table with a `post_tags` pivot table containing a `post_id` and `tag_id`.
0 commit comments