Skip to content

Commit 95ba8ff

Browse files
Adds missing closing bracket
1 parent fd7b6ba commit 95ba8ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Actions/CommentsAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ protected function setUp(): void
2929
->modalWidth(MaxWidth::Medium)
3030
->modalSubmitAction(false)
3131
->modalCancelAction(false)
32-
->visible(fn (): bool => auth()->user()->can('viewAny', config('filament-comments.comment_model'));
32+
->visible(fn (): bool => auth()->user()->can('viewAny', config('filament-comments.comment_model')));
3333
}
3434
}

0 commit comments

Comments
 (0)