Skip to content

Commit

Permalink
add tntsearch getter
Browse files Browse the repository at this point in the history
  • Loading branch information
nticaric committed Nov 11, 2020
1 parent b73a091 commit a9c27a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Engines/TNTSearchEngine.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ public function __construct(TNTSearch $tnt)
$this->tnt = $tnt;
}

public function getTNT()
{
return $this->tnt;
}

/**
* Update the given model in the index.
*
Expand Down

0 comments on commit a9c27a6

Please sign in to comment.