Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit 81ed543

Browse files
claws99emptynick
andauthored
fixed a typo: ' instead of ` (#5377)
Co-authored-by: Christoph Schweppe <[email protected]>
1 parent 10957c7 commit 81ed543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core-concepts/roles-and-permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Check the permission for each role that you wish to grant access to the site at
5555
You may create your own [gate](https://laravel.com/docs/authorization#gates)
5656

5757
```php
58-
Gate::define(`browse_create_bill`, function ($user) {
58+
Gate::define('browse_create_bill', function ($user) {
5959
return $user->hasPermission(`browse_create_bill`);
6060
});
6161
```

0 commit comments

Comments
 (0)