Formatting changes and updating class references from strings to use php ::class const

This commit is contained in:
Tom Lingham
2015-12-23 11:24:22 +00:00
parent 70d102f8bf
commit 28b0e04bb2
5 changed files with 33 additions and 16 deletions

View File

@ -7,10 +7,15 @@ use TomLingham\Searchy\Interfaces\SearchDriverInterface;
abstract class BaseSearchDriver implements SearchDriverInterface
{
protected $table;
protected $columns;
protected $searchFields;
protected $searchString;
protected $relevanceFieldName;
protected $query;
/**