Skip to content

Commit ed0a1e4

Browse files
authored
Merge pull request spatie#1035 from michaelbonner/patch-1
little typo on the logging-model-events.md page
2 parents 6141f80 + 565ba53 commit ed0a1e4

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)