From 4462dcc3c42bc2d2bd24ad336c686183d0295db4 Mon Sep 17 00:00:00 2001 From: Will Taylor-Jackson <will@designmynight.com> Date: Fri, 12 Jan 2018 09:59:36 +0000 Subject: [PATCH] fix: remove vars from trait --- src/DesignMyNight/Elasticsearch/Searchable.php | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/src/DesignMyNight/Elasticsearch/Searchable.php b/src/DesignMyNight/Elasticsearch/Searchable.php index 2fd5144..4f8a63a 100644 --- a/src/DesignMyNight/Elasticsearch/Searchable.php +++ b/src/DesignMyNight/Elasticsearch/Searchable.php @@ -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 *