Skip to content

Commit 0da24db

Browse files
authored
fix use multiple guards (#1965)
1 parent 626b3ae commit 0da24db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basic-usage/basic-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ $role->revokePermissionTo($permission);
5050
$permission->removeRole($role);
5151
```
5252

53-
If you're using multiple guards the `guard_name` attribute needs to be set as well. Read about it in the [using multiple guards](../multiple-guards) section of the readme.
53+
If you're using multiple guards the `guard_name` attribute needs to be set as well. Read about it in the [using multiple guards](./multiple-guards) section of the readme.
5454

5555
The `HasRoles` trait adds Eloquent relationships to your models, which can be accessed directly or used as a base query:
5656

0 commit comments

Comments
 (0)