Skip to content

Commit

Permalink
Merge pull request #59 from matchish/analysis-zR54VY
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
matchish authored Oct 9, 2019
2 parents 258f310 + 7e6eba1 commit 89f1656
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Engines/ElasticSearchEngine.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
use Laravel\Scout\Builder as BaseBuilder;
use Illuminate\Database\Eloquent\Collection;
use ONGR\ElasticsearchDSL\Query\MatchAllQuery;
use Matchish\ScoutElasticSearch\ElasticSearch\Index;
use Matchish\ScoutElasticSearch\ElasticSearch\Params\Bulk;
use Matchish\ScoutElasticSearch\ElasticSearch\SearchFactory;
use Matchish\ScoutElasticSearch\ElasticSearch\SearchResults;
Expand Down
1 change: 0 additions & 1 deletion tests/laravel/app/Product.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ public function getScoutKey()
return $this->getAttribute($this->getScoutKeyName());
}


public function shouldBeSearchable()
{
return $this->type != 'archive';
Expand Down

0 comments on commit 89f1656

Please sign in to comment.