Skip to content

Commit 5c8cf34

Browse files
committed
Added textarea class
1 parent acdb7d1 commit 5c8cf34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Grid/Admin/CommentGrid.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public function columns()
9898
'list' => false,
9999
'form_options' => function ($model) {
100100
$commentable_type = [
101-
'Balajidharma\LaravelForum\Models\Thread' => __('Thread'),
101+
'BalajiDharma\LaravelForum\Models\Thread' => __('Thread'),
102102
];
103103

104104
return [

0 commit comments

Comments
 (0)