Formatting changes and updating class references from strings to use php ::class const
This commit is contained in:
@ -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;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user