Skip to content

Commit

Permalink
Merge pull request #1300 from makaronnik/patch-1
Browse files Browse the repository at this point in the history
Corrected the link to the event logging example
  • Loading branch information
Nielsvanpach authored Jun 6, 2024
2 parents 3f20032 + 11e4571 commit 93288ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $lastLoggedActivity->getExtraProperty('customProperty'); //returns 'customValue'
$lastLoggedActivity->description; //returns 'Look mum, I logged something'
```

Here's an example on [event logging](/laravel-activitylog/v4/advanced-usage/logging-model-events).
Here's an example on [event logging](/docs/laravel-activitylog/v4/advanced-usage/logging-model-events).

```php
$newsItem->name = 'updated name';
Expand Down

0 comments on commit 93288ac

Please sign in to comment.