Skip to content

Commit

Permalink
fix: remove vars from trait
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Taylor-Jackson committed Jan 12, 2018
1 parent 52ec3de commit 4462dcc
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/DesignMyNight/Elasticsearch/Searchable.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,6 @@
namespace DesignMyNight\Elasticsearch;

trait Searchable {
/**
* The Elasticsearch index this model should be added to
* @var string
*/
protected $searchIndex;

/**
* The type of document this should be added as
* @var string
*/
protected $searchType;

/**
* A list of embedded fields that should be indexed as child documents
* @var array
*/
protected $indexAsChildDocuments;

/**
* Get the index this model is to be added to
*
Expand Down

0 comments on commit 4462dcc

Please sign in to comment.