Skip to content

Commit 6e3a211

Browse files
authored
fixed post search string
1 parent f2f61c0 commit 6e3a211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Config/search-string.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
return [
44

5-
'Modules\MyBlog\Models\Comment' => [
5+
'Modules\MyBlog\Models\Post' => [
66
'columns' => [
77
'id',
88
'name' => ['searchable' => true],

0 commit comments

Comments
 (0)