Skip to content

Commit

Permalink
Merge pull request #199 from n0script/master
Browse files Browse the repository at this point in the history
remove query property instead of builder
  • Loading branch information
nticaric committed Sep 20, 2018
2 parents 2f964d2 + 85e2841 commit c56eccb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Engines/TNTSearchEngine.php
Expand Up @@ -18,11 +18,9 @@ class TNTSearchEngine extends Engine
protected $tnt;

/**
* Used to query database with given constraints.
*
* @var Builder
*/
protected $query;
protected $builder;

/**
* Create a new engine instance.
Expand Down

0 comments on commit c56eccb

Please sign in to comment.