Skip to content

Commit 565ba53

Browse files
little typo on the logging-model-events.md page
I think `instance built form` is supposed to say `instance built from` in the third paragraph on the page
1 parent 6141f80 commit 565ba53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced-usage/logging-model-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The package can automatically log events such as when a model is created, update
77

88
As a bonus the package will also log the changed attributes for all these events when you define our own options method.
99

10-
The trait contains an abstract method `getActivitylogOptions()` that you can use to customize options. It needs to return a `LogOptions` instance built form `LogOptions::defaults()` using fluent methods.
10+
The trait contains an abstract method `getActivitylogOptions()` that you can use to customize options. It needs to return a `LogOptions` instance built from `LogOptions::defaults()` using fluent methods.
1111

1212
The attributes that need to be logged can be defined either by their name or you can put in a wildcard `['*']` to log any attribute that has changed.
1313

0 commit comments

Comments
 (0)