Skip to content

Commit a9c27a6

Browse files
committed
add tntsearch getter
1 parent b73a091 commit a9c27a6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Engines/TNTSearchEngine.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ public function __construct(TNTSearch $tnt)
3535
$this->tnt = $tnt;
3636
}
3737

38+
public function getTNT()
39+
{
40+
return $this->tnt;
41+
}
42+
3843
/**
3944
* Update the given model in the index.
4045
*

0 commit comments

Comments
 (0)