Skip to content

Commit 1c2baf9

Browse files
authored
Merge pull request #33 from yslinear/patch-1
Update README.md
2 parents 76d5738 + 313b8b7 commit 1c2baf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ To achive this, we need to use filament default authorization guard and your app
9494
protected function gate()
9595
{
9696
Gate::define('viewHorizon', function ($user) {
97-
return $user->can('view.debuggers);
97+
return $user->can('view.debuggers');
9898
});
9999
}
100100

0 commit comments

Comments
 (0)