We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd7b6ba + 95ba8ff commit 8ed47f3Copy full SHA for 8ed47f3
src/Actions/CommentsAction.php
@@ -29,6 +29,6 @@ protected function setUp(): void
29
->modalWidth(MaxWidth::Medium)
30
->modalSubmitAction(false)
31
->modalCancelAction(false)
32
- ->visible(fn (): bool => auth()->user()->can('viewAny', config('filament-comments.comment_model'));
+ ->visible(fn (): bool => auth()->user()->can('viewAny', config('filament-comments.comment_model')));
33
}
34
0 commit comments