<?php namespace App\Search\Traits; trait CompanySearchable { use ElasticsearchSearchable; protected $search_index = 'company'; }