Skip to content

Commit

Permalink
Merge pull request #607 from Jhnbrn90/patch-1
Browse files Browse the repository at this point in the history
Add section referring to an anonymous causer
  • Loading branch information
Gummibeer authored Oct 6, 2019
2 parents 83a66b7 + 29df3b3 commit f280a8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/basic-usage/logging-activity.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ The `causedBy()`-function has a shorter alias named: `by`

If you're not using `causedBy` the package will automatically use the logged in user.

If you don't want to associate a model as causer of activity, you can use `causedByAnonynmous` (or the shorter alias: `byAnonymous`).

## Setting custom properties

You can add any property you want to an activity by using `withProperties`
Expand Down

0 comments on commit f280a8a

Please sign in to comment.