Skip to content

Commit

Permalink
修复索引文件路径
Browse files Browse the repository at this point in the history
  • Loading branch information
vanry committed Aug 3, 2020
1 parent a781223 commit 36946a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Engines/TNTSearchEngine.php
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ protected function indexName($model)

protected function indexPath($model)
{
return $this->tnt->config['storage'].'/'.$this->indexName($model);
return $this->tnt->config['storage'].$this->indexName($model);
}

protected function createIndex($model)
Expand Down

0 comments on commit 36946a9

Please sign in to comment.