We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46b2fa3 + 5c8cf34 commit c9e8ea4Copy full SHA for c9e8ea4
app/Grid/Admin/CommentGrid.php
@@ -98,7 +98,7 @@ public function columns()
98
'list' => false,
99
'form_options' => function ($model) {
100
$commentable_type = [
101
- 'Balajidharma\LaravelForum\Models\Thread' => __('Thread'),
+ 'BalajiDharma\LaravelForum\Models\Thread' => __('Thread'),
102
];
103
104
return [
config/form-builder.php
@@ -24,7 +24,7 @@
24
'field_class' => 'checkbox',
25
],
26
'textarea' => [
27
- 'field_class' => 'input-bordered w-full mt-2',
+ 'field_class' => 'textarea input-bordered w-full mt-2',
28
29
30
0 commit comments