Skip to content

Commit c9e8ea4

Browse files
authored
Merge pull request #93 from balajidharma/2.x-Changes
2.x changes
2 parents 46b2fa3 + 5c8cf34 commit c9e8ea4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 [

config/form-builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
'field_class' => 'checkbox',
2525
],
2626
'textarea' => [
27-
'field_class' => 'input-bordered w-full mt-2',
27+
'field_class' => 'textarea input-bordered w-full mt-2',
2828
],
2929
],
3030
],

0 commit comments

Comments
 (0)