Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jun 28, 2022
1 parent a66b2b7 commit d23f83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/Scopes/RelatedProductsScope.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function apply(Builder $builder, Model $model)
->where('mainrule.entity_id', '=', $builder->getQuery()->from.'.entity_id')
->where('mainrule.relation', 'where_show')
->whereIn('mainrule.position', ['product_into_related', 'product_into_upsell'])
->where('mainrule.store_id', config('rapidez.store'))
->where('mainrule.store_id', config('rapidez.store')),
]);
}
}

0 comments on commit d23f83b

Please sign in to comment.