Skip to content

Commit

Permalink
docs: Link directly to the appropriate update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dshafik committed Sep 30, 2024
1 parent de9bfc8 commit 0054e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basic-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ readonly class MyValue extends Bag {
```

> [!TIP]
> You can add an `@method` annotation to your class to provide auto-complete for the `::from()` method, or use the [Artisan Command with the --doc option](laravel-artisan-make-bag-command) to generate it for you.
> You can add an `@method` annotation to your class to provide auto-complete for the `::from()` method, or use the [Artisan Command with the --doc option](laravel-artisan-make-bag-command#updating-documentation) to generate it for you.

## Instantiating a Value Object
Expand Down

0 comments on commit 0054e5b

Please sign in to comment.