Skip to content

Commit 8ed47f3

Browse files
Merge pull request #50 from parallax/luke-parallax-patch-1
Adds missing closing bracket
2 parents fd7b6ba + 95ba8ff commit 8ed47f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Actions/CommentsAction.php

+1-1
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)