Skip to content

Commit 8da9df9

Browse files
committed
Fixed default location of index.
1 parent 2f16e91 commit 8da9df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*/
2323
'index' => [
2424

25-
'path' => storage_path('lucene-search/index'),
25+
'path' => storage_path('laravel-lucene-search/index'),
2626

2727
'models' => [
2828
// Add models descriptions here.

0 commit comments

Comments
 (0)